[#bsl-List_NodeProctor-2constructor-05] = xref:bsl.adoc[bsl]::xref:bsl/List_NodeProctor.adoc[List_NodeProctor]::List_NodeProctor :relfileprefix: ../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- List_NodeProctor( xref:bsl/list-054.adoc[list<VALUE, ALLOCATOR>]* listPtr, xref:bsl/List_NodeProctor/NodePtr.adoc[NodePtr] nodePtr); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#