tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | year |
Namespaces | |
namespace | etl |
namespace | etl::chrono |
namespace | etl::literals |
namespace | etl::literals::chrono_literals |
Functions | |
constexpr auto | operator""_y (unsigned long long y) noexcept -> etl::chrono::year |
Forms a etl::chrono::year literal representing a year in the proleptic Gregorian calendar. | |
constexpr auto | operator+ (year const &lhs, years const &rhs) noexcept -> year |
constexpr auto | operator+ (years const &lhs, year const &rhs) noexcept -> year |
constexpr auto | operator- (year const &lhs, year const &rhs) noexcept -> years |
constexpr auto | operator- (year const &lhs, years const &rhs) noexcept -> year |