Member access operators
Declared in <bdlma_localbufferedobject.h>
Return a pointer providing modifiable access to the underlying t_TYPE object.
t_TYPE*
operator->();
» more...
Return a pointer providing const access to the underlying t_TYPE object.
t_TYPE const*
operator->() const;
» more...