std::chrono::duration_values<Rep>::max

Returns the largest possible representation.

# Declarations

static constexpr Rep max();

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

static constexpr Rep max() noexcept;

(since C++20)

# Return value

std::numeric_limits::max()

# See also