[#prevector-0c-iterator-2constructor-05] = xref:prevector-0c.adoc[prevector]::xref:prevector-0c/iterator.adoc[iterator]::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/iterator/2constructor-0f.adoc[iterator]() = default; ---- [.small]#xref:prevector-0c/iterator/2constructor-0f.adoc[_» more..._]# Constructs an iterator referring to the element at `ptr_`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:prevector-0c/iterator/2constructor-04.adoc[iterator](T* ptr_); ---- [.small]#xref:prevector-0c/iterator/2constructor-04.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *ptr_* | Pointer to the element the iterator refers to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#