BloombergLP::bsls::ObjectBuffer::address

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();
» more...

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

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