BloombergLP::bsls::ObjectBuffer::buffer

Return the address of the first byte of this object.

Synopses

Declared in <bsls_objectbuffer.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 *