![]() |
Scarab
v3.5.4
Project 8 C++ Utility Library
|
#include <date.h>
Public Member Functions | |
| year_month ()=default | |
| constexpr | year_month (const date::year &y, const date::month &m) noexcept |
| constexpr date::year | year () const noexcept |
| constexpr date::month | month () const noexcept |
| year_month & | operator+= (const months &dm) noexcept |
| year_month & | operator-= (const months &dm) noexcept |
| year_month & | operator+= (const years &dy) noexcept |
| year_month & | operator-= (const years &dy) noexcept |
| constexpr bool | ok () const noexcept |
Private Attributes | |
| date::year | y_ |
| date::month | m_ |
|
default |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |
|
private |
1.8.13