![]() |
Scarab
v3.5.1
Project 8 C++ Utility Library
|
#include <date.h>
Public Member Functions | |
weekday_indexed ()=default | |
constexpr | weekday_indexed (const date::weekday &wd, unsigned index) noexcept |
constexpr date::weekday | weekday () const noexcept |
constexpr unsigned | index () const noexcept |
constexpr bool | ok () const noexcept |
Private Attributes | |
unsigned char | wd_: 4 |
unsigned char | index_: 4 |
|
default |
|
inlinenoexcept |