Public Member Functions | |
Node (const T &x) | |
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 |