|
constexpr friend month | operator+ (const month &__x, const months &__y) noexcept |
|
constexpr friend month | operator+ (const months &__x, const month &__y) noexcept |
|
constexpr friend months | operator- (const month &__x, const month &__y) noexcept |
|
constexpr friend month | operator- (const month &__x, const months &__y) noexcept |
|
constexpr friend month_weekday | operator/ (const month &__m, const weekday_indexed &__wdi) noexcept |
|
constexpr friend month_weekday_last | operator/ (const month &__m, const weekday_last &__wdl) noexcept |
|
constexpr friend month_day | operator/ (const month &__m, int __d) noexcept |
|
constexpr friend month_day_last | operator/ (const month &__m, last_spec) noexcept |
|
constexpr friend month_weekday | operator/ (const weekday_indexed &__wdi, const month &__m) noexcept |
|
constexpr friend month_weekday_last | operator/ (const weekday_last &__wdl, const month &__m) noexcept |
|
constexpr friend year_month | operator/ (const year &__y, const month &__m) noexcept |
|
constexpr friend month_day_last | operator/ (last_spec, const month &__m) noexcept |
|
constexpr friend strong_ordering | operator<=> (const month &__x, const month &__y) noexcept |
|
constexpr friend bool | operator== (const month &__x, const month &__y) noexcept |
|
template<typename _DestClock, typename _SourceClock, typename _Duration>
class std::chrono::month< _DestClock, _SourceClock, _Duration >
Convert a time point to a different clock.
Definition at line 662 of file chrono.