std::chrono::weekday_last
来自 cppreference.cn
定义于头文件 <chrono> |
||
class weekday_last; |
(C++20 起) | |
类 weekday_last
表示某个月的最后一个工作日。
weekday_last
是 TriviallyCopyable StandardLayoutType。
[编辑] 成员函数
构造一个 weekday_last 对象(public member function) | |
访问存储的 weekday (public member function) | |
检查存储的 weekday 是否有效 (public member function) |
[编辑] 非成员函数
(C++20) |
比较两个 weekday_last 值(function) |
(C++20) |
将 weekday_last 输出到流(function template) |
[编辑] 辅助类
为 weekday_last 提供格式化支持(class template specialization) | |
为 std::chrono::weekday_last 提供哈希支持 (class template specialization) |