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

#include <date.h>

Public Member Functions

constexpr month_weekday_last (const date::month &m, const date::weekday_last &wd) noexcept
 
constexpr date::month month () const noexcept
 
constexpr date::weekday_last weekday_last () const noexcept
 
constexpr bool ok () const noexcept
 

Private Attributes

date::month m_
 
date::weekday_last wdl_
 

Detailed Description

Definition at line 612 of file date.h.

Constructor & Destructor Documentation

◆ month_weekday_last()

constexpr month_weekday_last ( const date::month m,
const date::weekday_last wd 
)
inlinenoexcept

Definition at line 2337 of file date.h.

Member Function Documentation

◆ month()

constexpr month month ( ) const
inlinenoexcept

Definition at line 2343 of file date.h.

◆ ok()

constexpr bool ok ( ) const
inlinenoexcept

Definition at line 2356 of file date.h.

◆ weekday_last()

constexpr weekday_last weekday_last ( ) const
inlinenoexcept

Definition at line 2348 of file date.h.

Member Data Documentation

◆ m_

date::month m_
private

Definition at line 614 of file date.h.

◆ wdl_

date::weekday_last wdl_
private

Definition at line 615 of file date.h.


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