address overloads

Synopses

Declared in <bsls_objectbuffer.h>

Return the address of the first byte of this object, cast to a TYPE * pointer.

TYPE*
address();

Return the address of the first byte of this object, cast to a const TYPE * pointer.

TYPE const*
address() const;

Created with MrDocs