std::chrono::month_weekday_last
From cppreference.com
| ヘッダー <chrono> で定義 |
||
| class month_weekday_last; |
(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) |
2つのmonth_weekday_last値を比較します。(function) |
| (C++20) |
month_weekday_lastをストリームに出力します。(function template) |
[編集] ヘルパークラス
month_weekday_last の書式設定サポート(クラス テンプレートの特殊化) | |
| std::chrono::month_weekday_last のハッシュサポート (クラステンプレートの特殊化) |