std::chrono::month_weekday_last:: month_weekday_last
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | ||||
|
month_weekday_last::month_weekday_last
|
||||
| Nonmember functions | ||||
| Helper classes | ||||
|
constexpr
month_weekday_last
(
const
std::
chrono
::
month
&
m,
const std:: chrono :: weekday_last & wdl ) noexcept ; |
(C++20以降) | |
month_weekday_last
オブジェクトを構築し、
month
m
および
weekday_last
wdl
を格納します。
注記
month_weekday_last
を構築するより便利な方法は
operator
/
を使用することです。例えば、
std::
chrono
::
April
/
std::
chrono
::
Sunday
[
std::
chrono
::
last
]
のように記述します。
関連項目
|
(C++20)
|
グレゴリオ暦の日付作成における従来の構文
(関数) |