bsl::List_NodeProctor::List_NodeProctor

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.

Synopsis

Declared in <bslstl_list.h>

List_NodeProctor(
    list<VALUE, ALLOCATOR>* listPtr,
    NodePtr nodePtr);