forward_list
build forward list stl from sratch
Loading...
Searching...
No Matches
forward_lists< T, Allocator >::Node Struct Reference
Public Attributes
T
data
Node
*
next
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:
header/
forward_list.hpp
forward_lists
Node
Generated by
1.15.0