29
Time library
[time]
29.6
Class template
time_
point
[time.point]
29.6.5
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
(
)
)
.