CppDS.com

C++ 98 11 14 17 20 手册

std::chrono::year::operator int

来自cppreference.com
< cpp‎ | chrono‎ | year
 
 
日期和时间工具
(C++11)
(C++11)
当天时刻
(C++20)



(C++20)(C++20)(C++20)(C++20)
时钟
(C++20)
                                             
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
日历
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
时区
(C++20)
(C++20)
(C++20)
(C++20)
C 风格日期和时间
 
 
explicit constexpr operator int() const noexcept;
(C++20 起)

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

返回值

*this 中存储的年份值。

关闭