Scarab  v3.9.2
Project 8 C++ Utility Library
Public Member Functions | Private Attributes | List of all members
month_day_last Class Reference

#include <date.h>

Public Member Functions

constexpr month_day_last (const date::month &m) noexcept
 
constexpr date::month month () const noexcept
 
constexpr bool ok () const noexcept
 

Private Attributes

date::month m_
 

Detailed Description

Definition at line 565 of file date.h.

Constructor & Destructor Documentation

◆ month_day_last()

constexpr month_day_last ( const date::month m)
inlineexplicitnoexcept

Definition at line 2223 of file date.h.

Member Function Documentation

◆ month()

constexpr month month ( ) const
inlinenoexcept

Definition at line 2221 of file date.h.

◆ ok()

constexpr bool ok ( ) const
inlinenoexcept

Definition at line 2222 of file date.h.

Member Data Documentation

◆ m_

date::month m_
private

Definition at line 567 of file date.h.


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