On this page
std::chrono::month::month
|
(1) | (since C++20) |
|
(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.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/chrono/month/month