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