tetl 0.1.0
Embedded Template Library
|
This is the complete list of members for year, including all inherited members.
is_leap() const noexcept -> bool | year | inline |
max() noexcept -> year | year | inlinestatic |
min() noexcept -> year | year | inlinestatic |
ok() const noexcept -> bool | year | inline |
operator int() const noexcept | year | inlineexplicit |
operator+() const noexcept -> year | year | inline |
operator++() noexcept -> year & | year | inline |
operator++(int) noexcept -> year | year | inline |
operator+=(years const &countS) noexcept -> year & | year | inline |
operator-() const noexcept -> year | year | inline |
operator--() noexcept -> year & | year | inline |
operator--(int) noexcept -> year | year | inline |
operator-=(years const &countS) noexcept -> year & | year | inline |
operator<(year lhs, year rhs) noexcept -> bool | year | friend |
operator<=(year lhs, year rhs) noexcept -> bool | year | friend |
operator==(year lhs, year rhs) noexcept -> bool | year | friend |
operator>(year lhs, year rhs) noexcept -> bool | year | friend |
operator>=(year lhs, year rhs) noexcept -> bool | year | friend |
year()=default | year | |
year(int y) noexcept | year | inlineexplicit |