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

Synopsis

Declared in <bslstl_chrono.h>

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

Created with MrDocs