[#absl-Cord-size] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::size :relfileprefix: ../../ :mrdocs: Returns the size of the Cord. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t size() const; ---- == Return Value The number of bytes held by the Cord. [.small]#Created with https://www.mrdocs.com[MrDocs]#