4#ifndef TETL_CHRONO_MONTH_DAY_LAST_HPP
5#define TETL_CHRONO_MONTH_DAY_LAST_HPP
7#include <etl/_chrono/month.hpp>
constexpr auto operator/(month const &m, int d) noexcept -> month_day
Definition month_day.hpp:59
constexpr auto operator/(last_spec, month const &m) noexcept -> month_day_last
Definition month_day_last.hpp:47
constexpr auto operator/(int m, last_spec) noexcept -> month_day_last
Definition month_day_last.hpp:42
constexpr auto operator==(month lhs, month rhs) noexcept -> bool
Definition month.hpp:53
Definition adjacent_find.hpp:9
Definition month_day_last.hpp:12
constexpr auto ok() const noexcept -> bool
Definition month_day_last.hpp:23
constexpr auto month() const noexcept -> chrono::month
Definition month_day_last.hpp:18
friend constexpr auto operator==(month_day_last const &lhs, month_day_last const &rhs) noexcept -> bool
Definition month_day_last.hpp:28
constexpr month_day_last(chrono::month const &m) noexcept
Definition month_day_last.hpp:13
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