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);

Return Value

duration representing us microseconds

Parameters

Name

Description

us

number of microseconds

Created with MrDocs