|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| constexpr | year_quarter (date::year_month const &ym) |
| constexpr | year_quarter (date::year_month_day const &ymd) |
| constexpr year_quarter & | operator++ () noexcept |
| constexpr date::year_month | first_year_month () noexcept |
| constexpr date::year_month | last_year_month () noexcept |
| constexpr date::year_month_day | first () noexcept |
| constexpr date::year_month_day | last () noexcept |
| bool | contains (date::year_month_day const &ymd) const noexcept |
Friends | |
| constexpr bool | operator== (year_quarter const &lhs, year_quarter const &rhs) noexcept |
| constexpr bool | operator< (year_quarter const &lhs, year_quarter const &rhs) noexcept |
| constexpr bool | operator!= (year_quarter const &lhs, year_quarter const &rhs) noexcept |
| constexpr bool | operator> (year_quarter const &lhs, year_quarter const &rhs) noexcept |
| constexpr bool | operator<= (year_quarter const &lhs, year_quarter const &rhs) noexcept |
| constexpr bool | operator>= (year_quarter const &lhs, year_quarter const &rhs) noexcept |
| std::string | to_string (year_quarter const &rhs) noexcept |
| std::ostream & | operator<< (std::ostream &lhs, year_quarter const &rhs) noexcept |