absl::ToInt64Microseconds

Converts a Duration to an integral count of microseconds.

Synopsis

Declared in <absl/time/time.h>

constexpr
int64_t
ToInt64Microseconds(Duration d);

Return Value

The number of whole microseconds in d.

Parameters

NameDescription
dThe duration to convert.