General Utility Library for C++14  2.12
File List
Here is a list of all documented files with brief descriptions:
 bit_manip.hDeclaration of bit manipulation utility functions for the General Utility Library
 case_ascii.ccImplementation of lowercase_ascii(), lowercase_ascii_inplace(), uppercase_ascii(), and uppercase_ascii_inplace()
 case_ascii.hDeclarations of lowercase_ascii(), lowercase_ascii_inplace(), uppercase_ascii(), and uppercase_ascii_inplace()
 cat.ccImplementation of cat() for two or more parameters
 cat.hDeclaration of the overload set for cat() and of the associated class ConvertingStringView
 date.hClasses and functions for using calendar dates
 doxygen.hDoxygen input file for the General Utility Library
 escape.ccImplementation of escape(), unescape()
 escape.hDeclaration of escape(), unescape()
 expected.hProvides a gul14::expected that implements the main functionality of C++23's std::expected
 finalizer.hImplementation of FinalAction and finally()
 gcd_lcm.hDeclarations of gcd() and lcm()
 gul.hMain include file for the General Utility Library
 hexdump.hDeclaration of the hexdump() functions and associated types
 internal.hDefinition of macros used internally by GUL
 join_split.hImplementation of join(), split(), and split_sv()
 num_util.hDeclaration of numerical utility functions
 optional.hImplementation of gul14::optional
 replace.ccImplementation of replace(), replace_inplace()
 replace.hDeclarations of replace(), replace_inplace()
 SlidingBuffer.hDeclaration of the SlidingBuffer class for the General Utility Library
 SmallVector.hDefinition of the SmallVector class template
 span.hProvides a gul14::span that mimicks C++20's std::span as closely as possible
 statistics.hDeclaration of statistical utility functions and classes
 string_util.ccImplementation of string utilities for the General Utility Library
 string_util.hDeclaration of string utility functions
 string_view.hProvides a gul14::string_view that is fully compatible with C++17's std::string_view
 substring_checks.hDefinition of contains(), ends_with(), and starts_with()
 ThreadPool.ccImplementation of the ThreadPool class
 ThreadPool.hDeclaration of the ThreadPool class
 time_util.hDeclaration of time related functions for the General Utility Library
 to_number.ccImplementation of pow10()
 to_number.hDeclaration of to_number()
 tokenize.hImplementation of tokenize(), tokenize_sv()
 traits.hSome metaprogramming traits for the General Utility Library
 Trigger.ccImplementation of the Trigger class for the General Utility Library
 Trigger.hDeclaration of the Trigger class for the General Utility Library
 trim.ccImplementation of trim(), trim_left(), trim_right(), trim_sv(), trim_left_sv(), and trim_right_sv()
 trim.hDeclarations of trim(), trim_left(), trim_right(), trim_sv(), trim_left_sv(), and trim_right_sv()
 type_name.hDefinition of type_name()
 utility.hDeclaration of the in_place_t family of types and constants and of the monostate type
 variant.hDefinition of the variant class template and associated functions and types
 version.hProvide information about the library version