[#absl-CordBuffer-data-03] = xref:absl.adoc[absl]::xref:absl/CordBuffer.adoc[CordBuffer]::data :relfileprefix: ../../ :mrdocs: Returns a non‐null reference to the data managed by this instance. == Synopsis Declared in `<absl/strings/cord_buffer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char* data(); ---- == Description Applications are allowed to write up to `capacity` bytes of instance data. CordBuffer data is uninitialized by default. Reading data from an instance that has not yet been initialized will lead to undefined behavior. == Return Value A pointer to the managed data. [.small]#Created with https://www.mrdocs.com[MrDocs]#