![]() |
Scarab
v2.2.1
Project 8 C++ Utility Library
|
#include <date.h>
Public Member Functions | |
year ()=default | |
constexpr | year (int y) noexcept |
year & | operator++ () noexcept |
year | operator++ (int) noexcept |
year & | operator-- () noexcept |
year | operator-- (int) noexcept |
year & | operator+= (const years &y) noexcept |
year & | operator-= (const years &y) noexcept |
constexpr year | operator- () const noexcept |
constexpr year | operator+ () const noexcept |
constexpr bool | is_leap () const noexcept |
constexpr | operator int () const noexcept |
constexpr bool | ok () const noexcept |
Static Public Member Functions | |
static constexpr year | min () noexcept |
static constexpr year | max () noexcept |
Private Attributes | |
short | y_ |
|
default |