Member access operators

Synopses

Declared in <bdlma_localbufferedobject.h>

Return a pointer providing modifiable access to the underlying t_TYPE object.

t_TYPE*
operator‐>();

Return a pointer providing const access to the underlying t_TYPE object.

t_TYPE const*
operator‐>() const;

Created with MrDocs