buffer overloads

Synopses

Declared in <bsls_alignedbuffer.h>

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

char*
buffer();

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

char const*
buffer() const;

Created with MrDocs