duration_values Structure
Provides specific values for the duration template parameter Rep.
template<class Rep>
struct duration_values;
Members
Public Methods
Name |
Description |
---|---|
Static. Specifies the upper limit for a value of type Rep. |
|
Static. Specifies the lower limit for a value of type Rep. |
|
Static. Returns Rep(0). |
Requirements
Header: chrono
Namespace: std::chrono