std::chrono::duration_values::min (3) Linux Manual Page
std::chrono::duration_values<Rep>::min – std::chrono::duration_values<Rep>::min
Synopsis
static constexpr Rep min(); (until C++20)
static constexpr Rep min() noexcept; (since C++20)
Returns the lowest possible representation.
Parameters
(none)
Return value
returns std::numeric_limits<Rep>::lowest()
See also
min returns the special duration value min
[static]
zero returns a zero-length representation
[static]
max returns the largest possible representation
[static]
