[#prevector-0c-const_iterator-2constructor-04c] = xref:prevector-0c.adoc[prevector]::xref:prevector-0c/const_iterator.adoc[const_iterator]::const_iterator :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<prevector.h>` Constructs an iterator that does not refer to any element. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:prevector-0c/const_iterator/2constructor-046.adoc[const_iterator]() = default; ---- [.small]#xref:prevector-0c/const_iterator/2constructor-046.adoc[_» more..._]# Constructs a const iterator from a mutable iterator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:prevector-0c/const_iterator/2constructor-0d8.adoc[const_iterator](xref:prevector-0c/iterator.adoc[iterator] x); ---- [.small]#xref:prevector-0c/const_iterator/2constructor-0d8.adoc[_» more..._]# Constructs an iterator referring to the element at `ptr_`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:prevector-0c/const_iterator/2constructor-0dc.adoc[const_iterator](T const* ptr_); ---- [.small]#xref:prevector-0c/const_iterator/2constructor-0dc.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *x* | The mutable iterator to convert. | *ptr_* | Pointer to the element the iterator refers to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#