operator""_min overloads
Declared in <bslstl_chrono.h>
Same as the preceding overload, for a long double argument.
constexpr
bsl::chrono::duration<long double, bsl::ratio<60, 1>>
operator""_min(long double mins);
» more...
Create a bsl::chrono::duration object having the bsl::ratio<60, 1> duration period and initialized with the specified mins number of minutes.
constexpr
std::chrono::minutes
operator""_min(unsigned long long mins);
» more...