[#bsl-operator_min-07] = xref:bsl.adoc[bsl]::operator""_min :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr std::chrono::minutes operator""_min(unsigned long long mins); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#