|
Embedded Template Library 1.0
|
The data node element in the forward_list. More...
#include <forward_list.h>
Public Member Functions | |
| data_node_t (const T &value_) | |
Public Attributes | |
| T | value |
| Public Attributes inherited from etl::forward_list_base::node_t | |
| node_t * | next |
The data node element in the forward_list.