tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
year_month_weekday.hpp File Reference

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