Same as the preceding overload, for a long double argument.

Synopsis

Declared in <bslstl_chrono.h>

constexpr
bsl::chrono::duration<long double, std::milli>
operator""_ms(long double ms);

Return Value

duration representing ms milliseconds

Parameters

Name

Description

ms

number of milliseconds

Created with MrDocs