BloombergLP::bsls::ObjectBuffer::address

Return the address of the first byte of this object.

Synopses

Declared in <bsls_objectbuffer.h>

Return the address of the first byte of this object.

TYPE*
address();
» more...

Return the address of the first byte of this object.

TYPE const*
address() const;
» more...

Return Value

  • address of the first byte of this object, cast to a TYPE *
  • address of the first byte of this object, cast to a const TYPE *