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
 Cformatter< utilities::stopwatch< Clock > >Specialise std::formatter for our utilities::stopwatch<Clock> type
 NutilitiesThe namespace for the utilities library
 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
 Ccommas_facetA std::numpunct facet that puts the commas in the thousand spots so 10000.5 -> 10,000.5