absl::CordBuffer::data

data overloads

Synopses

Declared in <absl/strings/cord_buffer.h>

Returns a non-null reference to the data managed by this instance.

char*
data();
» more...

Returns a non-null const reference to the data managed by this instance.

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

Return Value

  • A pointer to the managed data.
  • A const pointer to the managed data.