NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <date.h>
Public Member Functions | |
weekday_indexed ()=default | |
CONSTCD11 | weekday_indexed (const date::weekday &wd, unsigned index) NOEXCEPT |
CONSTCD11 date::weekday | weekday () const NOEXCEPT |
CONSTCD11 unsigned | index () const NOEXCEPT |
CONSTCD11 bool | ok () const NOEXCEPT |
Private Attributes | |
unsigned char | wd_: 4 |
unsigned char | index_: 4 |
|
default |
|
inline |
|
inline |
Definition at line 2047 of file date.h.
Referenced by date::year_month_weekday::index(), date::detail::low_level_fmt(), and date::year_month_weekday::ok().
|
inline |
Definition at line 2052 of file date.h.
References date::weekday::ok().
Referenced by date::month_weekday::ok().
Definition at line 2042 of file date.h.
Referenced by date::detail::low_level_fmt(), date::year_month_weekday::ok(), date::year_month_weekday::to_days(), and date::year_month_weekday::weekday().