std::chrono::month_weekday_last
来自 cppreference.cn
定义于头文件 <chrono> |
||
class month_weekday_last; |
(C++20 起) | |
类 month_weekday_last
表示某个月的最后一个工作日,年份待定。
month_weekday_last
是一个 TriviallyCopyable StandardLayoutType。
[编辑] 成员函数
构造一个 month_weekday_last (公共成员函数) | |
检索存储的 month 和 weekday_last 值 (公共成员函数) | |
检查所包含的 month 和 weekday_last 是否有效 (公共成员函数) |
[编辑] 非成员函数
(C++20) |
比较两个 month_weekday_last 值(函数) |
(C++20) |
将 month_weekday_last 输出到流中(函数模板) |
[编辑] 辅助类
month_weekday_last 的格式化支持(类模板特化) | |
为 std::chrono::month_weekday_last 提供哈希支持 (类模板特化) |