Return the address of the first byte of this object.

Synopses

Declared in <bsls_alignedbuffer.h>

Return the address of the first byte of this object.

char*
buffer();

Return the address of the first byte of this object.

char const*
buffer() const;

Return Value

  • address of the first byte of this object, cast to a char*

  • address of the first byte of this object, cast to a const char*

Created with MrDocs