3#ifndef TETL_CHRONO_WEEKDAY_LAST_HPP
4#define TETL_CHRONO_WEEKDAY_LAST_HPP
19 [[nodiscard]]
constexpr auto ok() const noexcept ->
bool {
return _wd.ok(); }
23 return lhs.weekday() == rhs.weekday();
last_spec is an empty tag type that is used in conjunction with other calendar types to indicate the ...
Definition last_spec.hpp:19
Definition weekday_last.hpp:11
constexpr auto ok() const noexcept -> bool
Definition weekday_last.hpp:19
constexpr weekday_last(chrono::weekday const &wd) noexcept
Definition weekday_last.hpp:12
constexpr auto weekday() const noexcept -> chrono::weekday
Definition weekday_last.hpp:17
friend constexpr auto operator==(weekday_last lhs, weekday_last rhs) noexcept -> bool
Definition weekday_last.hpp:21
Definition weekday.hpp:18
constexpr auto operator[](unsigned index) const noexcept -> weekday_indexed
Definition weekday_indexed.hpp:39