Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 748 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 748 Bytes

CLibUtil

A header only library of utility functions spun off from CommonLibSSE

Features

  • string.hpp

    • FNV-1A compile time string hashing with 32bit/64bit implementation.
    • string split and join functions
    • to_num conversion
    • case insensitive string comparison and equality
    • and others
  • numeric.hpp

    • float comparison functions
  • rng.hpp

  • distribution.hpp

    • get_configs function to retrieve all files containing custom suffix and extension
    • other utility functions used in Distributor style mods (SPID, KID)
  • simpleINI.hpp

    • convenient SimpleINI value getter and setter