std::chrono::year::operator int

来自cppreference.com
< cpp‎ | chrono‎ | year
 
 
 
 
explicit constexpr operator int() const noexcept;
(C++20 起)

返回 *this 中存储的年份值。

返回值

*this 中存储的年份值。