Create a bsl::chrono::duration object having the bsl::ratio<60, 1> duration period and initialized with the specified mins number of minutes.

Synopsis

Declared in <bslstl_chrono.h>

constexpr
std::chrono::minutes
operator""_min(unsigned long long mins);

Created with MrDocs