Convert the specified microseconds literal to a TimeInterval.
Declared in <bsls_timeinterval.h>
constexpr
bsls::TimeInterval
operator""_us(unsigned long long microseconds);
This user defined literal operator converts the specified microseconds value to the respective TimeInterval value. (See the "User-Defined Literals" section in the component-level documentation.)
a TimeInterval representing the specified number of microseconds
| Name | Description |
|---|---|
| microseconds | microseconds literal |