CppDS.com

C++ 98 11 14 17 20 手册

std::chrono::month_weekday::month, std::chrono::month_weekday::weekday_indexed

来自cppreference.com
 
 
日期和时间工具
(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 风格日期和时间
 
std::chrono::month_weekday
成员函数
month_weekday::monthmonth_weekday::weekday_indexed
非成员函数
辅助类
 
constexpr std::chrono::month month() const noexcept;
(1) (C++20 起)
constexpr std::chrono::weekday_indexed weekday_indexed() const noexcept;
(2) (C++20 起)

取得存储于 *thismonthweekday_indexed 对象的副本。

返回值

1) 存储于 *thisstd::chrono::month 对象副本。
2) 存储于 *thisstd::chrono::weekday_indexed 对象副本。
关闭