|
Embedded Template Library 1.0
|
#include <string.h>Go to the source code of this file.
Classes | |
| class | etl::chrono::weekday |
| weekday More... | |
| class | etl::chrono::weekday_indexed |
| weekday_indexed More... | |
| class | etl::chrono::weekday_last |
| weekday_last More... | |
Namespaces | |
| namespace | etl |
| bitset_ext | |
Functions | |
| ETL_CONSTEXPR14 etl::chrono::weekday | etl::chrono::operator+ (const etl::chrono::weekday &m, const etl::chrono::days &ds) ETL_NOEXCEPT |
| ETL_CONSTEXPR14 etl::chrono::weekday | etl::chrono::operator+ (const etl::chrono::days &ds, const etl::chrono::weekday &m) ETL_NOEXCEPT |
| ETL_CONSTEXPR14 etl::chrono::weekday | etl::chrono::operator- (const etl::chrono::weekday &m, const etl::chrono::days &ds) ETL_NOEXCEPT |
| ETL_CONSTEXPR14 bool | etl::chrono::operator== (const etl::chrono::weekday &wd1, const etl::chrono::weekday &wd2) ETL_NOEXCEPT |
| Equality operator. | |
| ETL_CONSTEXPR14 bool | etl::chrono::operator!= (const etl::chrono::weekday &wd1, const etl::chrono::weekday &wd2) ETL_NOEXCEPT |
| Inequality operator. | |
| ETL_CONSTEXPR14 etl::chrono::days | etl::chrono::operator- (const etl::chrono::weekday &wd1, const etl::chrono::weekday &wd2) ETL_NOEXCEPT |
| ETL_CONSTEXPR14 bool | etl::chrono::operator== (const etl::chrono::weekday_indexed &wd1, const etl::chrono::weekday_indexed &wd2) ETL_NOEXCEPT |
| Equality operator. | |
| ETL_CONSTEXPR14 bool | etl::chrono::operator!= (const etl::chrono::weekday_indexed &wd1, const etl::chrono::weekday_indexed &wd2) ETL_NOEXCEPT |
| Inequality operator. | |
| ETL_CONSTEXPR14 bool | etl::chrono::operator== (const etl::chrono::weekday_last &wd1, const etl::chrono::weekday_last &wd2) ETL_NOEXCEPT |
| Equality operator. | |
|
inline |
Add etl::chrono::weekday to etl::chrono::days
|
inline |
Add etl::chrono::days to etl::chrono::weekday
|
inline |
Subtract etl::chrono::days from etl::chrono::weekday
|
inline |
Subtract etl::chrono::weekday from etl::chrono::weekday