Create a bsl::chrono::duration object having the bsl::nano duration period and initialized with the specified ns number of nanoseconds.
Declared in <bslstl_chrono.h>
constexpr
std::chrono::nanoseconds
operator""_ns(unsigned long long ns);
duration representing ns nanoseconds
| Name | Description |
|---|---|
| ns | number of nanoseconds |