duration_values::min Method
Static method that returns the lower bound for values of type Ref.
static Rep min();
Return Value
In effect, returns numeric_limits<Rep>::lowest().
Remarks
When Rep is a user-defined type, the return value must be less than or equal to duration_values::zero.
Requirements
Header: chrono
Namespace: std::chrono