Scarab  v2.1.0
Project 8 C++ Utility Library
Public Member Functions | Private Attributes | List of all members
month_weekday Class Reference

#include <date.h>

Public Member Functions

constexpr month_weekday (const date::month &m, const date::weekday_indexed &wdi) noexcept
 
constexpr date::month month () const noexcept
 
constexpr date::weekday_indexed weekday_indexed () const noexcept
 
constexpr bool ok () const noexcept
 

Private Attributes

date::month m_
 
date::weekday_indexed wdi_
 

Detailed Description

Definition at line 589 of file date.h.

Constructor & Destructor Documentation

constexpr month_weekday ( const date::month m,
const date::weekday_indexed wdi 
)
inlinenoexcept

Definition at line 2285 of file date.h.

Member Function Documentation

constexpr month month ( ) const
inlinenoexcept

Definition at line 2291 of file date.h.

constexpr bool ok ( ) const
inlinenoexcept

Definition at line 2304 of file date.h.

constexpr weekday_indexed weekday_indexed ( ) const
inlinenoexcept

Definition at line 2296 of file date.h.

Member Data Documentation

date::month m_
private

Definition at line 591 of file date.h.

date::weekday_indexed wdi_
private

Definition at line 592 of file date.h.


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