FreeBSD Manual Pages
std::chrono::month::month(3) C++ Standard Libary std::chrono::month::month(3) NAME std::chrono::month::month - std::chrono::month::month Synopsis month() = default; (1) (since C++20) explicit constexpr 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. http://cppreference.com 2022.07.31 std::chrono::month::month(3)
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::chrono::month::month&sektion=3&manpath=FreeBSD+Ports+15.0>
