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();

Return the address of the first byte of this object.

TYPE const*
address() const;

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 *

Created with MrDocs