BloombergLP::bsls::ObjectBuffer::object

object overloads

Synopses

Declared in <bsls_objectbuffer.h>

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

TYPE&
object();
» more...

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

TYPE const&
object() const;
» more...

Return Value

  • modifiable reference to the TYPE object in this buffer
  • const reference to the TYPE object in this buffer