std::chrono::year::
min
<
cpp
|
chrono
|
year
static
constexpr
std
::
chrono
::
year
min
(
)
noexcept
;
(C++20 起)
返回最小的可能的
year
,即
std
::
chrono
::
year
(
-
32767
)
。
返回值
std
::
chrono
::
year
(
-
32767
)