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

Synopsis

Declared in <bslstl_chrono.h>

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

Created with MrDocs