4#ifndef TETL_CHRONO_WEEKDAY_LAST_HPP
5#define TETL_CHRONO_WEEKDAY_LAST_HPP
7#include <etl/_chrono/weekday.hpp>
Definition adjacent_find.hpp:9
last_spec is an empty tag type that is used in conjunction with other calendar types to indicate the ...
Definition last_spec.hpp:20
Definition weekday_last.hpp:12
constexpr auto ok() const noexcept -> bool
Definition weekday_last.hpp:23
constexpr weekday_last(chrono::weekday const &wd) noexcept
Definition weekday_last.hpp:13
constexpr auto weekday() const noexcept -> chrono::weekday
Definition weekday_last.hpp:18
friend constexpr auto operator==(weekday_last lhs, weekday_last rhs) noexcept -> bool
Definition weekday_last.hpp:28
Definition weekday.hpp:19
constexpr auto ok() const noexcept -> bool
Definition weekday.hpp:81
constexpr auto operator[](etl::chrono::last_spec) const noexcept -> weekday_last
Definition weekday_last.hpp:37
friend constexpr auto operator==(weekday const &lhs, weekday const &rhs) noexcept -> bool
Definition weekday.hpp:92