Atomically subtract the specified value from this object and return the resulting value, providing the acquire/release memory ordering guarantee.
Synopsis
Declared in <bsls_atomic.h>
unsigned int
subtractAcqRel(unsigned int value);
Return Value
value of this object after the subtraction
Parameters
Name |
Description |
value |
value to subtract |
Created with MrDocs