T operator++() volatile noexcept;T operator++() noexcept;
T operator++ (int) volatile noexcept;T operator++ (int) noexcept;
1
bool