std::chrono::steady_clock::now
From cppreference.com
< cpp | chrono | steady clock
| static std::chrono::time_point<std::chrono::steady_clock> now(); |
(since C++11) | |
Returns a time point representing the current point in time.
Parameters
(none)
Return value
A time point representing the current time.
Exceptions
noexcept specification:
noexcept