Return a reference to the value currently pointed to by this object. The behavior is undefined if this pointer has a value of 0.
Synopsis
Declared in <bsls_atomic.h>
TYPE&
operator*() const;
Return Value
a reference to the value currently pointed to by this object
Created with MrDocs