C++ Instrument Catalog
Public Member Functions | List of all members
date::month_day Class Reference

#include <date.h>

Public Member Functions

 month_day ()=default
 
CONSTCD11 month_day (const date::month &m, const date::day &d) NOEXCEPT
 
CONSTCD11 date::month month () const NOEXCEPT
 
CONSTCD11 date::day day () const NOEXCEPT
 
CONSTCD14 bool ok () const NOEXCEPT
 

Detailed Description

Definition at line 596 of file date.h.

Constructor & Destructor Documentation

◆ month_day() [1/2]

date::month_day::month_day ( )
default

◆ month_day() [2/2]

CONSTCD11 date::month_day::month_day ( const date::month m,
const date::day d 
)
inline

Definition at line 2224 of file date.h.

Member Function Documentation

◆ day()

CONSTCD11 date::day date::month_day::day ( ) const
inline

Definition at line 2230 of file date.h.

◆ month()

CONSTCD11 date::month date::month_day::month ( ) const
inline

Definition at line 2229 of file date.h.

◆ ok()

CONSTCD14 bool date::month_day::ok ( ) const
inline

Definition at line 2235 of file date.h.


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