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;
Return Value
-
reference providing modifiable access to the underlying
t_TYPEobject -
reference providing const access to the underlying
t_TYPEobject
Created with MrDocs