Atomically assign the specified value to this object, and return a reference offering modifiable access to this object.

Synopsis

Declared in <bsls_atomic.h>

AtomicPointer<TYPE>&
operator=(TYPE* value);

Return Value

a reference offering modifiable access to this object

Parameters

Name

Description

value

pointer value to assign

Created with MrDocs