命名空间
变体
操作

std::chrono::month_weekday

来自 cppreference.cn
< cpp‎ | chrono
 
 
 
 
定义于头文件 <chrono>
class month_weekday;
(自 C++20 起)

month_weekday 表示未指定年份的特定月份的第 nth 个星期几。

month_weekday可平凡复制 (TriviallyCopyable) 标准布局类型 (StandardLayoutType)

[edit] 成员函数

构造一个 month_weekday
(公有成员函数) [edit]
检索存储的 monthweekday_indexed
(公有成员函数) [edit]
检查包含的 monthweekday_indexed 是否有效
(公有成员函数) [edit]

[edit] 非成员函数

比较两个 month_weekday
(函数) [edit]
month_weekday 输出到流
(函数模板) [edit]

[edit] 辅助类

month_weekday 的格式化支持
(类模板特化) [edit]
std::chrono::month_weekday 的哈希支持
(类模板特化)