[tab:atomic.types.int.comp] (original) (raw)
32 Concurrency support library [thread]
32.5 Atomic operations [atomics]
32.5.8 Class template atomic [atomics.types.generic]
32.5.8.3 Specializations for integers [atomics.types.int]
Table 153 β Atomic arithmetic computations [tab:atomic.types.int.comp]
πkey | Op | Computation | key | Op | Computation |
---|---|---|---|---|---|
πadd | + | addition | and | & | bitwise and |
πsub | - | subtraction | or | | | bitwise inclusive or |
πmax | maximum | xor | ^ | bitwise exclusive or | |
πmin | minimum |