std::chrono::month_weekday_last
来自 cppreference.com
定义在头文件 <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 的散列支持 (类模板特化) |