[#bsl-List_Iterator-2constructor-0d] = xref:bsl.adoc[bsl]::xref:bsl/List_Iterator.adoc[List_Iterator]::List_Iterator :relfileprefix: ../../ :mrdocs: Create an iterator that references the value pointed to by the specified `nodePtr`. If `0 == nodePtr` the iterator will be singular. == Synopsis Declared in `<bslstl_list.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit List_Iterator(xref:bsl/List_Iterator.adoc[Node]* nodePtr); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#