|
Embedded Template Library 1.0
|
Public Member Functions | |
| ETL_CONSTEXPR14 | month_weekday (const etl::chrono::month &m_, const etl::chrono::weekday_indexed &wdi_) ETL_NOEXCEPT |
| Construct from month and weekday_indexed. | |
| ETL_NODISCARD ETL_CONSTEXPR14 etl::chrono::month | month () const ETL_NOEXCEPT |
| Returns the month. | |
| ETL_NODISCARD ETL_CONSTEXPR14 etl::chrono::weekday_indexed | weekday_indexed () const ETL_NOEXCEPT |
| Returns the weekday_indexed. | |
| ETL_NODISCARD ETL_CONSTEXPR14 bool | ok () const ETL_NOEXCEPT |
| Returns true if the month/day is valid. | |