xtd 0.2.0
Loading...
Searching...
No Matches

◆ operator""_us()

xtd::time_span xtd::literals::operator""_us ( unsigned long long  s)

Used to convert the specified value as microseconds to xtd::time_span.

Namespace
xtd
Library
xtd.core
Examples
xtd::time_span ts = 49_s;
std::cout << ts << std::endl;
Represents a time interval.
Definition time_span.h:29