[#BloombergLP-bsls-operator_us] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::operator""_us :relfileprefix: ../../ :mrdocs: Convert the specified `microseconds` literal to a `TimeInterval`. == Synopsis Declared in `<bsls_timeinterval.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:BloombergLP/bsls/TimeInterval.adoc[bsls::TimeInterval] operator""_us(unsigned long long microseconds); ---- == Description 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.) == Return Value a `TimeInterval` representing the specified number of microseconds == Parameters [cols="1,4"] |=== | Name| Description | *microseconds* | microseconds literal |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#