operator""_us overloads

Synopses

Declared in <bslstl_chrono.h>

Same as the preceding overload, for a long double argument.

constexpr
bsl::chrono::duration<long double, std::micro>
operator""_us(long double us);

Create a bsl::chrono::duration object having the bsl::micro duration period and initialized with the specified us number of microseconds.

constexpr
std::chrono::microseconds
operator""_us(unsigned long long us);

Created with MrDocs