Return the whole‐microsecond count of a microseconds duration.
Synopsis
Declared in <util/time.h>
constexpr
int64_t
count_microseconds(std::chrono::microseconds t);
Return Value
The whole‐microsecond count of t.
Parameters
Name |
Description |
t |
The duration to convert. |
Created with MrDocs