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.
Declared in <bslstl_list.h>
template<class VALUE>
class List_Node;
| Name | Description |
|---|---|
bsl::List_Iterator | |
bsl::list | Forward declaration required by List_NodeProctor. |