address overloads
address
Declared in <bsls_objectbuffer.h>
<bsls_objectbuffer.h>
Return the address of the first byte of this object, cast to a TYPE * pointer.
TYPE *
TYPE* address();
» more...
Return the address of the first byte of this object, cast to a const TYPE * pointer.
const TYPE *
TYPE const* address() const;
Created with MrDocs