Atomically assign the specified value to this object, and return a reference offering modifiable access to this object.
Synopsis
Declared in <bsls_atomic.h>
AtomicBool&
operator=(bool value);
Created with MrDocs
Atomically assign the specified value to this object, and return a reference offering modifiable access to this object.
Declared in <bsls_atomic.h>
AtomicBool&
operator=(bool value);
Created with MrDocs