[#absl-Cord-empty] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::empty :relfileprefix: ../../ :mrdocs: Determines whether the given Cord is empty, returning `true` if so. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool empty() const; ---- == Return Value `true` if the Cord holds no data. [.small]#Created with https://www.mrdocs.com[MrDocs]#