[#absl-AnySpan-cbegin] = xref:absl.adoc[absl]::xref:absl/AnySpan.adoc[AnySpan]::cbegin :relfileprefix: ../../ :mrdocs: Returns a const iterator to the first element. == Synopsis Declared in `<absl/types/any_span.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:absl/AnySpan/const_iterator.adoc[const_iterator] cbegin() const; ---- == Return Value A const iterator to the first element, or `cend()` if empty. [.small]#Created with https://www.mrdocs.com[MrDocs]#