std::chrono::year_month_weekday::operator+=,std::chrono::year_month_weekday::operator-= (3) Linux Manual Page
std::chrono::year_month_weekday::operator+=,std::chrono::year_month_weekday::operator-= – std::chrono::year_month_weekday::operator+=,std::chrono::year_month_weekday::operator-= Synopsis constexpr std::chrono::year_month_weekday &operator+=(const std::chrono::years &dy) const noexcept; (1)(since C++ 20) constexpr std::chrono::year_month_weekday & operator+=(const std::chrono::months &dm) const noexcept; (2)(since C++ 20) constexpr std::chrono::year_month_weekday & operator-=(const std::chrono::years &dy) const noexcept; (3)(since C++ 20) constexpr std::chrono::year_month_weekday & operator-=(const std::chrono::months &dm) const noexcept; (4) (since C++20) Modifies the time point *this represents by the…
