Create a bsl::chrono::duration object having the bsl::milli duration period and initialized with the specified ms number of milliseconds.
Synopsis
Declared in <bslstl_chrono.h>
constexpr
std::chrono::milliseconds
operator""_ms(unsigned long long ms);
Created with MrDocs