[#bsl-operator_min-00] = xref:bsl.adoc[bsl]::operator""_min :relfileprefix: ../ :mrdocs: `operator""_min` overloads == Synopses Declared in `<bslstl_chrono.h>` Same as the preceding overload, for a `long double` argument. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bsl::chrono::duration<long double, bsl::ratio<60, 1>> xref:bsl/operator_min-05.adoc[operator""_min](long double mins); ---- [.small]#xref:bsl/operator_min-05.adoc[_» more..._]# Create a `bsl::chrono::duration` object having the `bsl::ratio<60, 1>` duration period and initialized with the specified `mins` number of minutes. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr std::chrono::minutes xref:bsl/operator_min-07.adoc[operator""_min](unsigned long long mins); ---- [.small]#xref:bsl/operator_min-07.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#