名前空間
変種

std::chrono::month_weekday::month, std::chrono::month_weekday::weekday_indexed

提供: cppreference.com
 
 
ユーティリティライブラリ
汎用ユーティリティ
日付と時間
関数オブジェクト
書式化ライブラリ (C++20)
(C++11)
関係演算子 (C++20で非推奨)
整数比較関数
(C++20)
スワップと型操作
(C++14)
(C++11)
(C++11)
(C++11)
(C++17)
一般的な語彙の型
(C++11)
(C++17)
(C++17)
(C++17)
(C++17)

初等文字列変換
(C++17)
(C++17)
 
日付と時間のユーティリティ
(C++11)
(C++11)
時刻
(C++20)



(C++20)(C++20)(C++20)(C++20)
時計
(C++20)
                                             
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
カレンダー
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
タイムゾーン
(C++20)
(C++20)
(C++20)
(C++20)
C スタイルの日付と時間
 
 
<tbody> </tbody>
constexpr std::chrono::month month() const noexcept;
(1) (C++20以上)
constexpr std::chrono::weekday_indexed weekday_indexed() const noexcept;
(2) (C++20以上)

*this に格納されている month および weekday_indexed オブジェクトのコピーを取得します。

戻り値

1) *this に格納されている std::chrono::month オブジェクトのコピー。
2) *this に格納されている std::chrono::weekday_indexed オブジェクトのコピー。
Morty Proxy This is a proxified and sanitized view of the page, visit original site.