Public Member Functions | |
| Node (const T &x) | |
| Node (T &&x) | |
| template<class... TArgs> | |
| Node (TArgs &&... args) | |
Public Member Functions inherited from Common::ListInternal::NodeBase | |
| constexpr | NodeBase (NodeBase *prev, NodeBase *next) |
Public Attributes | |
| T | _data |
Public Attributes inherited from Common::ListInternal::NodeBase | |
| NodeBase * | _prev = nullptr |
| NodeBase * | _next = nullptr |