Create a bsl::chrono::duration object having the bsl::ratio<1> duration period and initialized with the specified secs number of seconds.
Synopsis
Declared in <bslstl_chrono.h>
constexpr
std::chrono::seconds
operator""_s(unsigned long long secs);
Return Value
duration representing secs seconds
Parameters
Name |
Description |
secs |
number of seconds |
Created with MrDocs