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