BloombergLP::bdlma::LocalBufferedObject::operator*

Dereference operators

Synopses

Declared in <bdlma_localbufferedobject.h>

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

t_TYPE&
operator*();
» more...

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

t_TYPE const&
operator*() const;
» more...