data overloads

Synopses

Declared in <absl/strings/cord_buffer.h>

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

char*
data();

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

char const*
data() const;

Return Value

  • A pointer to the managed data.

  • A const pointer to the managed data.

Created with MrDocs