[#bsl-operator_us-04] = xref:bsl.adoc[bsl]::operator""_us :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr std::chrono::microseconds operator""_us(unsigned long long us); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#