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