Create an iterator that references the value pointed to by nodePtr.

Synopsis

Declared in <bslstl_list.h>

explicit
List_Iterator(Node* nodePtr);

Description

If 0 == nodePtr the iterator will be singular.

Parameters

Name

Description

nodePtr

node this iterator will reference, or null

Created with MrDocs