![]() |
Scarab
v2.4.4
Project 8 C++ Utility Library
|
#include <date.h>
Public Member Functions | |
day ()=default | |
constexpr | day (unsigned d) noexcept |
day & | operator++ () noexcept |
day | operator++ (int) noexcept |
day & | operator-- () noexcept |
day | operator-- (int) noexcept |
day & | operator+= (const days &d) noexcept |
day & | operator-= (const days &d) noexcept |
constexpr | operator unsigned () const noexcept |
constexpr bool | ok () const noexcept |
Private Attributes | |
unsigned char | d_ |
|
default |
|
inlineexplicitnoexcept |