tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
month_weekday Struct Reference

#include <month_weekday.hpp>

Public Member Functions

constexpr month_weekday (chrono::month const &m, chrono::weekday_indexed const &wdi) noexcept
 
constexpr auto month () const noexcept -> chrono::month
 
constexpr auto ok () const noexcept -> bool
 
constexpr auto weekday_indexed () const noexcept -> chrono::weekday_indexed
 

Friends

constexpr auto operator== (month_weekday const &lhs, month_weekday const &rhs) noexcept -> bool
 

Constructor & Destructor Documentation

◆ month_weekday()

constexpr month_weekday ( chrono::month const m,
chrono::weekday_indexed const wdi 
)
inlineconstexprnoexcept

Member Function Documentation

◆ month()

constexpr auto month ( ) const -> chrono::month
inlineconstexprnoexcept

◆ ok()

constexpr auto ok ( ) const -> bool
inlineconstexprnoexcept

◆ weekday_indexed()

constexpr auto weekday_indexed ( ) const -> chrono::weekday_indexed
inlineconstexprnoexcept

Friends And Related Symbol Documentation

◆ operator==

constexpr auto operator== ( month_weekday const lhs,
month_weekday const rhs 
) -> bool
friend

The documentation for this struct was generated from the following file: