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

#include <date.h>

Public Member Functions

CONSTCD11 year_month_day_last (const date::year &y, const date::month_day_last &mdl) NOEXCEPT
 
template<class = detail::unspecified_month_disambiguator>
CONSTCD14 year_month_day_lastoperator+= (const months &m) NOEXCEPT
 
template<class = detail::unspecified_month_disambiguator>
CONSTCD14 year_month_day_lastoperator-= (const months &m) NOEXCEPT
 
CONSTCD14 year_month_day_lastoperator+= (const years &y) NOEXCEPT
 
CONSTCD14 year_month_day_lastoperator-= (const years &y) NOEXCEPT
 
CONSTCD11 date::year year () const NOEXCEPT
 
CONSTCD11 date::month month () const NOEXCEPT
 
CONSTCD11 date::month_day_last month_day_last () const NOEXCEPT
 
CONSTCD14 date::day day () const NOEXCEPT
 
CONSTCD14 operator sys_days () const NOEXCEPT
 
CONSTCD14 operator local_days () const NOEXCEPT
 
CONSTCD11 bool ok () const NOEXCEPT
 

Detailed Description

Definition at line 755 of file date.h.

Constructor & Destructor Documentation

◆ year_month_day_last()

CONSTCD11 date::year_month_day_last::year_month_day_last ( const date::year y,
const date::month_day_last mdl 
)
inline

Definition at line 2475 of file date.h.

Member Function Documentation

◆ day()

CONSTCD14 day date::year_month_day_last::day ( ) const
inline

Definition at line 2533 of file date.h.

◆ month()

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

Definition at line 2520 of file date.h.

◆ month_day_last()

CONSTCD11 month_day_last date::year_month_day_last::month_day_last ( ) const
inline

Definition at line 2525 of file date.h.

◆ ok()

CONSTCD11 bool date::year_month_day_last::ok ( ) const
inline

Definition at line 2563 of file date.h.

◆ operator local_days()

CONSTCD14 date::year_month_day_last::operator local_days ( ) const
inlineexplicit

Definition at line 2555 of file date.h.

◆ operator sys_days()

CONSTCD14 date::year_month_day_last::operator sys_days ( ) const
inline

Definition at line 2548 of file date.h.

◆ operator+=() [1/2]

template<class >
CONSTCD14 year_month_day_last & date::year_month_day_last::operator+= ( const months m)
inline

Definition at line 2485 of file date.h.

◆ operator+=() [2/2]

CONSTCD14 year_month_day_last & date::year_month_day_last::operator+= ( const years y)
inline

Definition at line 2504 of file date.h.

◆ operator-=() [1/2]

template<class >
CONSTCD14 year_month_day_last & date::year_month_day_last::operator-= ( const months m)
inline

Definition at line 2495 of file date.h.

◆ operator-=() [2/2]

CONSTCD14 year_month_day_last & date::year_month_day_last::operator-= ( const years y)
inline

Definition at line 2513 of file date.h.

◆ year()

CONSTCD11 year date::year_month_day_last::year ( ) const
inline

Definition at line 2519 of file date.h.


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