std::chrono::duration_values<Rep>::min

Returns the lowest possible representation.

# Declarations

static constexpr Rep min();

(since C++11) (until C++20)

static constexpr Rep min() noexcept;

(since C++20)

# Return value

std::numeric_limits::lowest()

# See also