[#absl-CordBuffer-available] = xref:absl.adoc[absl]::xref:absl/CordBuffer.adoc[CordBuffer]::available :relfileprefix: ../../ :mrdocs: Returns the span delineating the available capacity in this buffer which is defined as `{ data() + length(), capacity() ‐ length() }`. == Synopsis Declared in `<absl/strings/cord_buffer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Span.adoc[absl::Span<char>] available(); ---- == Return Value The span of available capacity. [.small]#Created with https://www.mrdocs.com[MrDocs]#