C++ Utilities
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NstdSTL namespace
 Cformatter< T >Specialisation of std::formatter for types that have an accessible std::string to_string() const method
 NutilitiesThe namespace for the utilities library
 Ccommas_facetA std::numpunct facet that puts the commas in the thousand spots so 10000.5 -> 10,000.5
 CmessageA utilities::message object captures a location where the message was created and optionally a payload string
 CstopwatchSee the Stopwatch page for all the details