1001 static_assert(
period::num == 1,
"This assumes period::num == 1.");
1002 const long long _Whole = (_Ctr / _Freq) *
period::den;
1003 const long long _Part = (_Ctr % _Freq) *
period::den / _Freq;
chrono::time_point< steady_clock > time_point
Definition: chrono:994
_CRTIMP2_PURE long long __cdecl _Query_perf_frequency(void)
_CRTIMP2_PURE long long __cdecl _Query_perf_counter(void)
static constexpr intmax_t den
Definition: ratio:119
nanoseconds duration
Definition: chrono:993
static constexpr intmax_t num
Definition: ratio:116
constexpr bool chrono::steady_clock::is_steady = true |
|
static |
The documentation for this struct was generated from the following file: