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

来自cppreference.com
 
 
 
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 对象副本。