[#absl-AnySpan-const_iterator-2constructor-040] = xref:absl.adoc[absl]::xref:absl/AnySpan.adoc[AnySpan]::xref:absl/AnySpan/const_iterator.adoc[const_iterator]::const_iterator :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<absl/types/any_span.h>` Constructs an invalid iterator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/AnySpan/const_iterator/2constructor-06.adoc[const_iterator]() = default; ---- [.small]#xref:absl/AnySpan/const_iterator/2constructor-06.adoc[_» more..._]# Converts a mutable iterator to a const iterator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/AnySpan/const_iterator/2constructor-04e.adoc[const_iterator](xref:absl/AnySpan/iterator.adoc[iterator] const& other); ---- [.small]#xref:absl/AnySpan/const_iterator/2constructor-04e.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | The mutable iterator to convert from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#