std::chrono::operator+,std::chrono::operator-(std::chrono::year_month_weekday) (3) Linux Manual Page
std::chrono::operator+,std::chrono::operator-(std::chrono::year_month_weekday) – std::chrono::operator+,std::chrono::operator-(std::chrono::year_month_weekday) Synopsis constexpr std::chrono::year_month_weekday(1)(since C++ 20) operator+(const std::chrono::year_month_weekday &ymwd, const std::chrono::months &dm) noexcept; constexpr std::chrono::year_month_weekday(2)(since C++ 20) operator+(const std::chrono::months &dm, const std::chrono::year_month_weekday &ymwd) noexcept; constexpr std::chrono::year_month_weekday(3)(since C++ 20) operator+(const std::chrono::year_month_weekday &ymwd, const std::chrono::years &dy) noexcept; constexpr std::chrono::year_month_weekday(4)(since C++ 20) operator+(const std::chrono::years &dy, const std::chrono::year_month_weekday &ymwd) noexcept; constexpr std::chrono::year_month_weekday(5)(since C++ 20) operator-(const std::chrono::year_month_weekday &ymwd,…
