Date and time library
From cppreference.com
< cpp
C++ includes support for two types of time manipulation:
- The chrono library, a flexible collection of types that track time with varying degrees of precision (e.g., std::chrono::time_point).
- C-style date and time library (e.g., std::time).
Contents |