tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | year_month_weekday |
Namespaces | |
namespace | etl |
namespace | etl::chrono |
Functions | |
constexpr auto | operator+ (months const &lhs, year_month_weekday const &rhs) noexcept -> year_month_weekday |
constexpr auto | operator+ (year_month_weekday const &lhs, months const &rhs) noexcept -> year_month_weekday |
constexpr auto | operator+ (year_month_weekday const &lhs, years const &rhs) noexcept -> year_month_weekday |
constexpr auto | operator+ (years const &lhs, year_month_weekday const &rhs) noexcept -> year_month_weekday |
constexpr auto | operator- (year_month_weekday const &lhs, months const &rhs) noexcept -> year_month_weekday |
constexpr auto | operator- (year_month_weekday const &lhs, years const &rhs) noexcept -> year_month_weekday |
constexpr auto | operator== (year_month_weekday const &lhs, year_month_weekday const &rhs) noexcept -> bool |