[#absl-CordBuffer-capacity] = xref:absl.adoc[absl]::xref:absl/CordBuffer.adoc[CordBuffer]::capacity :relfileprefix: ../../ :mrdocs: Returns the capacity of this instance. All instances have a non‐zero capacity: default and `moved from` instances have a small internal buffer. == Synopsis Declared in `<absl/strings/cord_buffer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t capacity() const; ---- == Return Value The capacity of this buffer. [.small]#Created with https://www.mrdocs.com[MrDocs]#