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