bsl::operator""_ns

operator""_ns overloads

Synopses

Declared in <bslstl_chrono.h>

Same as the preceding overload, for a long double argument.

constexpr
bsl::chrono::duration<long double, std::nano>
operator""_ns(long double ns);
» more...

Create a bsl::chrono::duration object having the bsl::nano duration period and initialized with the specified ns number of nanoseconds.

constexpr
std::chrono::nanoseconds
operator""_ns(unsigned long long ns);
» more...