Namespaces
Variants
Actions

std::chrono::year

From cppreference.com
< cpp‎ | chrono
 
 
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)
year
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)(C++20)
(C++20)

 
 
Defined in header <chrono>
class year;
(since C++20)

The class year represents a year in the proleptic Gregorian calendar. Its range is [-3276732767].

year is a TriviallyCopyable StandardLayoutType.

[edit] Member functions

constructs a year
(public member function) [edit]
increments or decrements the year
(public member function) [edit]
adds or subtracts a number of years from a year
(public member function) [edit]
applies unary operators to year
(public member function) [edit]
determines if the year is a leap year
(public member function) [edit]
retrieve the year value
(public member function) [edit]
checks if the stored year value is valid
(public member function) [edit]
[static]
returns the smallest possible year value
(public static member function) [edit]
[static]
returns the largest possible year
(public static member function) [edit]

[edit] Non-member functions

compares two year values
(function) [edit]
performs arithmetic on years
(function) [edit]
(C++20)
outputs a year into a stream
(function template) [edit]
(C++20)
parses a year from a stream according to the provided format
(function template) [edit]

[edit] Helper classes

formatting support for year
(class template specialization) [edit]
hash support for std::chrono::year
(class template specialization)

[edit] Literals

Defined in inline namespace std::literals::chrono_literals
(C++20)
a std::chrono::year literal representing a particular year
(function) [edit]
Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/chrono/year&oldid=157854"

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