std::chrono::month_weekday
From cppreference.com
| ヘッダー <chrono> で定義 |
||
| class month_weekday; |
(C++20以降) | |
クラスmonth_weekdayは、特定の月のn番目の曜日を表します。年については、まだ指定されていません。
month_weekdayは、TriviallyCopyableであり、StandardLayoutTypeです。
[編集] メンバ関数
month_weekdayを構築します。(public member function) | |
| 格納されているmonthとweekday_indexedの値を取得します。 (public member function) | |
| 格納されているmonthとweekday_indexedが有効かどうかをチェックします。 (public member function) |
[編集] 非メンバ関数
| (C++20) |
2つのmonth_weekday値を比較します。(function) |
| (C++20) |
month_weekdayをストリームに出力します。(function template) |
[編集] ヘルパークラス
month_weekday の書式設定サポート(クラス テンプレートの特殊化) | |
| std::chrono::month_weekdayのハッシュサポート。 (クラステンプレートの特殊化) |