BloombergLP::bsls::ObjectBuffer::buffer

buffer overloads

Synopses

Declared in <bsls_objectbuffer.h>

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

char*
buffer();
» more...

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

char const*
buffer() const;
» more...