time_point::max Method

Static method that returns the upper bound for values of type time_point::ref.

static constexpr time_point max();

Return Value

In effect, returns time_point(duration::max()).

Requirements

Header: chrono

Namespace: std::chrono

See Also

Reference

time_point Class

duration::max Method

<chrono>