Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZStd::chrono::year Class Reference

Public Member Functions

constexpr year (int y) noexcept
 
constexpr yearoperator++ () noexcept
 
constexpr year operator++ (int) noexcept
 
constexpr yearoperator-- () noexcept
 
constexpr year operator-- (int) noexcept
 
constexpr yearoperator+= (const years &y) noexcept
 
constexpr yearoperator-= (const years &y) noexcept
 
constexpr bool is_leap () const noexcept
 
constexpr operator int () const noexcept
 
constexpr bool ok () const noexcept
 A year is valid if it is between the min and max values.
 

Static Public Member Functions

static constexpr year min () noexcept
 
static constexpr year max () noexcept
 

Friends

constexpr year operator+ (const year &x, const years &y) noexcept
 
constexpr year operator- (const year &x, const years &y) noexcept
 

The documentation for this class was generated from the following file: