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);
Return Value
duration representing mins minutes
Parameters
Name |
Description |
mins |
number of minutes |
Created with MrDocs