[#bsl-operator_ms-06] = xref:bsl.adoc[bsl]::operator""_ms :relfileprefix: ../ :mrdocs: `operator""_ms` 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, std::milli> xref:bsl/operator_ms-0e.adoc[operator""_ms](long double ms); ---- [.small]#xref:bsl/operator_ms-0e.adoc[_» more..._]# Create a `bsl::chrono::duration` object having the `bsl::milli` duration period and initialized with the specified `ms` number of milliseconds. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr std::chrono::milliseconds xref:bsl/operator_ms-0b.adoc[operator""_ms](unsigned long long ms); ---- [.small]#xref:bsl/operator_ms-0b.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#