constexpr std::chrono::year operator+() noexcept;  |  (1) | (since C++20) | 
 constexpr std::chrono::year operator-() noexcept;  |  (2) | (since C++20) | 
Applies the unary operators to the year value.
*this.year whose year value is the negation of that of *this.*this
std::chrono::year(-int(*this))
    © cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
    http://en.cppreference.com/w/cpp/chrono/year/operator_sign