std::chrono::operator- (std::chrono::year_month_weekday)
From cppreference.com
< cpp | chrono | year month weekday
constexpr year_month_weekday operator-(const year_month_weekday& ymwd, const months& dm) noexcept; |
(since C++20) | |
constexpr year_month_weekday operator-(const year_month_weekday& ymwd, const years& dy) noexcept; |
(since C++20) | |