![]() |
Scarab
v2.4.0
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 |
1.8.11