BloombergLP::bsls::AlignedBuffer::buffer

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();
» more...

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

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