Embedded Template Library 1.0
Loading...
Searching...
No Matches
year_month.h File Reference

Go to the source code of this file.

Classes

class  etl::chrono::year_month

Namespaces

namespace  etl
 bitset_ext

Functions

ETL_CONSTEXPR14 etl::chrono::year_month etl::chrono::operator+ (const etl::chrono::year_month &ym, const etl::chrono::years &dy) ETL_NOEXCEPT
 Adds etl::chrono::years.
ETL_CONSTEXPR14 etl::chrono::year_month etl::chrono::operator+ (const etl::chrono::years &dy, const etl::chrono::year_month &ym) ETL_NOEXCEPT
 Adds etl::chrono::years.
ETL_CONSTEXPR14 etl::chrono::year_month etl::chrono::operator+ (const etl::chrono::year_month &ym, const etl::chrono::months &dm) ETL_NOEXCEPT
 Adds etl::chrono::months.
ETL_CONSTEXPR14 etl::chrono::year_month etl::chrono::operator+ (const etl::chrono::months &dm, const etl::chrono::year_month &ym) ETL_NOEXCEPT
 Adds etl::chrono::months.
ETL_CONSTEXPR14 etl::chrono::year_month etl::chrono::operator- (const etl::chrono::year_month &ym, const etl::chrono::years &dy) ETL_NOEXCEPT
 Subtracts etl::chrono::years.
ETL_CONSTEXPR14 etl::chrono::year_month etl::chrono::operator- (const etl::chrono::year_month &ym, const etl::chrono::months &dm) ETL_NOEXCEPT
 Subtracts etl::chrono::months.
ETL_CONSTEXPR14 etl::chrono::months etl::chrono::operator- (const etl::chrono::year_month &ym1, const etl::chrono::year_month &ym2) ETL_NOEXCEPT
 Subtracts etl::chrono::year_month.
ETL_CONSTEXPR14 bool etl::chrono::operator== (const etl::chrono::year_month &lhs, const etl::chrono::year_month &rhs) ETL_NOEXCEPT
 Equality operator.
ETL_CONSTEXPR14 bool etl::chrono::operator!= (const etl::chrono::year_month &lhs, const etl::chrono::year_month &rhs) ETL_NOEXCEPT
 Equality operator.
ETL_NODISCARD ETL_CONSTEXPR14 bool etl::chrono::operator< (const etl::chrono::year_month &lhs, const etl::chrono::year_month &rhs) ETL_NOEXCEPT
 Less-than operator.
ETL_NODISCARD ETL_CONSTEXPR14 bool etl::chrono::operator<= (const etl::chrono::year_month &lhs, const etl::chrono::year_month &rhs) ETL_NOEXCEPT
 Less-than-equal operator.
ETL_NODISCARD ETL_CONSTEXPR14 bool etl::chrono::operator> (const etl::chrono::year_month &lhs, const etl::chrono::year_month &rhs) ETL_NOEXCEPT
 Greater-than operator.
ETL_NODISCARD ETL_CONSTEXPR14 bool etl::chrono::operator>= (const etl::chrono::year_month &lhs, const etl::chrono::year_month &rhs) ETL_NOEXCEPT
 Greater-than-equal operator.