Same as the preceding overload, for a long double argument.
Synopsis
Declared in <bslstl_chrono.h>
constexpr
bsl::chrono::duration<long double, std::nano>
operator""_ns(long double ns);
Return Value
duration representing ns nanoseconds
Parameters
Name |
Description |
ns |
number of nanoseconds |
Created with MrDocs