object overloads

Synopses

Declared in <bsls_objectbuffer.h>

Return a modifiable reference to the TYPE object occupying this buffer.

TYPE&
object();

Return a const reference to the TYPE object occupying this buffer.

TYPE const&
object() const;

Return Value

  • modifiable reference to the TYPE object in this buffer

  • const reference to the TYPE object in this buffer

Created with MrDocs