C++ Utilities 5.26.1
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
Go to the source code of this file.
Classes | |
class | CppUtilities::TimeSpan |
Represents a time interval. More... | |
struct | std::hash< CppUtilities::TimeSpan > |
Computes the hash for the CppUtilities::TimeSpan instance. More... | |
Namespaces | |
namespace | CppUtilities |
Contains all utilities provides by the c++utilities library. | |
namespace | std |
STL namespace. | |
Enumerations | |
enum class | CppUtilities::TimeSpanOutputFormat { CppUtilities::Normal , CppUtilities::WithMeasures , CppUtilities::TotalSeconds } |
Specifies the output format. More... | |