std::chrono Symbol Index
From cppreference.com
< cpp | symbol index
This is work in progress, there may be inaccuracies |
This page tries to list all the symbols that are available from the Standard Library in the namespace std::chrono:. The symbols are written as follows:
- Function names with ().
- Templates with <>.
Contents |
[edit] D H M N S T
[edit] D
duration<> (since C++11)
duration_values<> (since C++11)
[edit] H
high_resolution_clock (since C++11)
hours (since C++11)
[edit] M
microseconds (since C++11)
milliseconds (since C++11)
minutes (since C++11)
[edit] N
nanoseconds (since C++11)
[edit] S
seconds (since C++11)
steady_clock (since C++11)
system_clock (since C++11)
[edit] T
time_point<> (since C++11)
treat_as_floating_point<> (since C++11)
treat_as_floating_point_v<> (since C++11)