#include <year.hpp>
|
static constexpr auto | max () noexcept -> year |
|
static constexpr auto | min () noexcept -> year |
|
◆ year() [1/2]
◆ year() [2/2]
|
inlineexplicitconstexprnoexcept |
◆ is_leap()
auto is_leap |
( |
| ) |
const -> bool
|
|
inlinenodiscardconstexprnoexcept |
◆ max()
constexpr auto max |
( |
| ) |
-> year |
|
inlinestaticnodiscardconstexprnoexcept |
◆ min()
constexpr auto min |
( |
| ) |
-> year |
|
inlinestaticnodiscardconstexprnoexcept |
◆ ok()
auto ok |
( |
| ) |
const -> bool |
|
inlinenodiscardconstexprnoexcept |
◆ operator int()
|
inlineexplicitnodiscardconstexprnoexcept |
◆ operator+()
auto operator+ |
( |
| ) |
const -> year |
|
inlinenodiscardconstexprnoexcept |
◆ operator++() [1/2]
auto operator++ |
( |
| ) |
-> year&
|
|
inlineconstexprnoexcept |
◆ operator++() [2/2]
auto operator++ |
( |
int | | ) |
-> year |
|
inlineconstexprnoexcept |
◆ operator+=()
auto operator+= |
( |
years const & | countS | ) |
-> year&
|
|
inlineconstexprnoexcept |
◆ operator-()
auto operator- |
( |
| ) |
const -> year |
|
inlinenodiscardconstexprnoexcept |
◆ operator--() [1/2]
auto operator-- |
( |
| ) |
-> year&
|
|
inlineconstexprnoexcept |
◆ operator--() [2/2]
auto operator-- |
( |
int | | ) |
-> year |
|
inlineconstexprnoexcept |
◆ operator-=()
auto operator-= |
( |
years const & | countS | ) |
-> year&
|
|
inlineconstexprnoexcept |
◆ operator<
auto operator< |
( |
year | lhs, |
|
|
year | rhs ) -> bool
|
|
friend |
◆ operator<=
auto operator<= |
( |
year | lhs, |
|
|
year | rhs ) -> bool
|
|
friend |
◆ operator==
auto operator== |
( |
year | lhs, |
|
|
year | rhs ) -> bool
|
|
friend |
◆ operator>
auto operator> |
( |
year | lhs, |
|
|
year | rhs ) -> bool
|
|
friend |
◆ operator>=
auto operator>= |
( |
year | lhs, |
|
|
year | rhs ) -> bool
|
|
friend |
The documentation for this struct was generated from the following file: