bsl::operator""_h

operator""_h overloads

Synopses

Declared in <bslstl_chrono.h>

Same as the preceding overload, for a long double argument.

constexpr
bsl::chrono::duration<long double, bsl::ratio<3600, 1>>
operator""_h(long double hrs);
» more...

Create a bsl::chrono::duration object having the bsl::ratio<3600, 1> duration period and initialized with the specified hrs number of hours.

constexpr
std::chrono::hours
operator""_h(unsigned long long hrs);
» more...