NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <date.h>
Public Member Functions | |
year_month ()=default | |
CONSTCD11 | year_month (const date::year &y, const date::month &m) NOEXCEPT |
CONSTCD11 date::year | year () const NOEXCEPT |
CONSTCD11 date::month | month () const NOEXCEPT |
template<class = detail::unspecified_month_disambiguator> | |
CONSTCD14 year_month & | operator+= (const months &dm) NOEXCEPT |
template<class = detail::unspecified_month_disambiguator> | |
CONSTCD14 year_month & | operator-= (const months &dm) NOEXCEPT |
CONSTCD14 year_month & | operator+= (const years &dy) NOEXCEPT |
CONSTCD14 year_month & | operator-= (const years &dy) NOEXCEPT |
CONSTCD11 bool | ok () const NOEXCEPT |
Private Attributes | |
date::year | y_ |
date::month | m_ |
|
default |
|
inline |
Definition at line 2183 of file date.h.
Referenced by date::detail::low_level_fmt().
|
inline |
Definition at line 2184 of file date.h.
References date::month::ok(), and date::year::ok().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2182 of file date.h.
Referenced by date::from_stream(), and date::detail::low_level_fmt().
|
private |
|
private |