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