27
Time library
[time]
27.6
Class template
time_point
[time.point]
27.6.4
Special values
[time.point.special]
🔗
static
constexpr
time_point min
(
)
noexcept
;
1
#
Returns:
time_point
(
duration
::
min
(
)
)
.
🔗
static
constexpr
time_point max
(
)
noexcept
;
2
#
Returns:
time_point
(
duration
::
max
(
)
)
.