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