std::chrono::month_weekday::month, std::chrono::month_weekday::weekday_indexed
提供: cppreference.com
<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 オブジェクトのコピー。