Create a node proctor object that will use the specified list listPtr to free the specified nodePtr. The behavior is undefined unless nodePtr was allocated by the allocator of *listPtr.
Declared in <bslstl_list.h>
List_NodeProctor(
list<VALUE, ALLOCATOR>* listPtr,
NodePtr nodePtr);