|
libbmb
Modern implementation of STL
|
#include <llist_nodes.h>
Public Member Functions | |
| template<typename... Args> | |
| Node (Args &&... args) | |
Public Attributes | |
| T | val |
Public Attributes inherited from bmb::llist::BaseNode | |
| BaseNode * | next = nullptr |
|
inline |
| T bmb::llist::Node< T >::val |