[#bsl-List_Node] = xref:bsl.adoc[bsl]::List_Node :relfileprefix: ../ :mrdocs: PRIVATE CLASS TEMPLATE. For use only by `bsl::list` implementation. An instance of `List_Node<T>` is a single node in a doubly‐linked list used to implement `bsl::list<T,A>`, for a given element type `T` and allocator type `A`. Note that an instantiation of this `class` for a given `bsl::list` is independent of the allocator type. == Synopsis Declared in `<bslstl_list.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class VALUE> class List_Node; ---- == Friends [cols="1,4"] |=== | Name| Description | `xref:bsl/List_Iterator.adoc[bsl::List_Iterator]` | | `xref:bsl/list-054.adoc[bsl::list]` | Forward declaration required by `List_NodeProctor`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#