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

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

char const*
buffer() const;

Created with MrDocs