Dereference operators
Synopses
Declared in <bdlma_localbufferedobject.h>
Return a reference providing modifiable access to the underlying t_TYPE object.
t_TYPE&
operator*();
Return a reference providing const access to the underlying t_TYPE object.
t_TYPE const&
operator*() const;
Created with MrDocs