CppDS.com

C++ 98 11 14 17 20 手册

std::chrono::month::operator unsigned

来自cppreference.com
< cpp‎ | chrono‎ | month
 
 
日期和时间工具
(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 unsigned() const noexcept;
(C++20 起)

返回存储于 *this 的月份值。

返回值

存储于 *this 的月份值。

关闭