BloombergLP::bsls::AlignedBuffer::buffer

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

Return the address of the first byte of this object.

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

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*