forward_list
build forward list stl from sratch
Loading...
Searching...
No Matches
forward_lists< T, Allocator >::Node Struct Reference

Public Attributes

data
Nodenext

Member Data Documentation

◆ data

template<typename T, typename Allocator = std::allocator<T>>
T forward_lists< T, Allocator >::Node::data

◆ next

template<typename T, typename Allocator = std::allocator<T>>
Node* forward_lists< T, Allocator >::Node::next

The documentation for this struct was generated from the following file: