Namespaces
Variants
Actions

std::chrono::month::month

From cppreference.com
< cpp‎ | chrono‎ | month
 
 
Date and time library
(C++11)
(C++20)
(C++11)
(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++20)
(C++20)

 
 
month() = default;
(1) (since C++20)
constexpr explicit month( unsigned m ) noexcept;
(2) (since C++20)

Constructs a month object.

1) Default constructor leaves the month value uninitialized.
2) If m <= 255, constructs a month object holding the month value m. Otherwise the value held is unspecified.
Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/chrono/month/month&oldid=161606"

AltStyle によって変換されたページ (->オリジナル) /