1005 static_assert(
period::num == 1,
"This assumes period::num == 1.");
1006 const long long _Whole = (_Ctr / _Freq) *
period::den;
1007 const long long _Part = (_Ctr % _Freq) *
period::den / _Freq;
chrono::time_point< steady_clock > time_point
Definition: chrono:998
_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:120
nanoseconds duration
Definition: chrono:997
static constexpr intmax_t num
Definition: ratio:117
constexpr bool chrono::steady_clock::is_steady = true |
|
static |
The documentation for this struct was generated from the following file: