count_microseconds

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

NameDescription
tThe duration to convert.