![]() |
MOS Source Code
|
Public Member Functions | |
node (const T &value) | |
Public Attributes | |
T | value |
node * | next = nullptr |
Additional Inherited Members | |
![]() | |
static constexpr mos::string_view | type_name |
node* next = nullptr |
Definition at line 107 of file list.hpp.
Referenced by list< T >::erase(), list< T >::insert(), and list< T >::push_front().