Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Increments the stored value. Used only by integral and pointer specializations.
Ty atomic<Ty>::operator++(int) volatile _NOEXCEPT;
Ty atomic<Ty>::operator++(int) _NOEXCEPT;
Ty atomic<Ty>::operator++() volatile _NOEXCEPT;
Ty atomic<Ty>::operator++() _NOEXCEPT;
Return Value
The first two operators return the incremented value; the last two operators return the value before the increment. The operators use the memory_order_seq_cstmemory_order.
Requirements
Header: atomic
Namespace: std