4#ifndef TETL_CHRONO_MONTH_WEEKDAY_HPP
5#define TETL_CHRONO_MONTH_WEEKDAY_HPP
7#include <etl/_chrono/month.hpp>
8#include <etl/_chrono/weekday_indexed.hpp>
constexpr auto operator/(weekday_indexed const &wdi, month const &m) noexcept -> month_weekday
Definition month_weekday.hpp:55
constexpr auto operator/(month const &m, weekday_indexed const &wdi) noexcept -> month_weekday
Definition month_weekday.hpp:45
constexpr auto operator==(month lhs, month rhs) noexcept -> bool
Definition month.hpp:53
constexpr auto operator/(int m, weekday_indexed const &wdi) noexcept -> month_weekday
Definition month_weekday.hpp:50
constexpr auto operator/(weekday_indexed const &wdi, int m) noexcept -> month_weekday
Definition month_weekday.hpp:60
Definition adjacent_find.hpp:9
Definition month_weekday.hpp:13
constexpr auto ok() const noexcept -> bool
Definition month_weekday.hpp:30
constexpr month_weekday(chrono::month const &m, chrono::weekday_indexed const &wdi) noexcept
Definition month_weekday.hpp:14
constexpr auto weekday_indexed() const noexcept -> chrono::weekday_indexed
Definition month_weekday.hpp:25
constexpr auto month() const noexcept -> chrono::month
Definition month_weekday.hpp:20
friend constexpr auto operator==(month_weekday const &lhs, month_weekday const &rhs) noexcept -> bool
Definition month_weekday.hpp:35
The class month represents a month in a year.
Definition month.hpp:22
constexpr auto ok() const noexcept -> bool
Definition month.hpp:31
constexpr month(unsigned m) noexcept
Definition month.hpp:25
Definition weekday_indexed.hpp:12
constexpr auto ok() const noexcept -> bool
Definition weekday_indexed.hpp:31
friend constexpr auto operator==(weekday_indexed const &lhs, weekday_indexed const &rhs) noexcept -> bool
Definition weekday_indexed.hpp:36