[#absl-Span-empty] = xref:absl.adoc[absl]::xref:absl/Span.adoc[Span]::empty :relfileprefix: ../../ :mrdocs: Reports whether this span is empty. == Synopsis Declared in `<absl/types/span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr bool empty() const noexcept; ---- == Return Value `true` if the span contains no elements. [.small]#Created with https://www.mrdocs.com[MrDocs]#