![]() |
Scarab
3.2.2
Project 8 C++ Utility Library
|
#include <date.h>
Public Member Functions | |
month ()=default | |
constexpr | month (unsigned m) noexcept |
month & | operator++ () noexcept |
month | operator++ (int) noexcept |
month & | operator-- () noexcept |
month | operator-- (int) noexcept |
month & | operator+= (const months &m) noexcept |
month & | operator-= (const months &m) noexcept |
constexpr | operator unsigned () const noexcept |
constexpr bool | ok () const noexcept |
Private Attributes | |
unsigned char | m_ |
|
default |
|
inlineexplicitnoexcept |