Constructs a Duration from a floating-point number of microseconds.
Declared in <absl/time/time.h>
template<
typename T,
/* implementation-defined */ = 0>
Duration
Microseconds(T n);
A duration of n microseconds.
| Name | Description |
|---|---|
| n | The number of microseconds. |