#include <mywheel/robin.hpp>
template<typename T>
RobinSlNode struct
Template parameters | |
---|---|
T |
The code snippet is defining a struct template called RobinSlNode
. It represents a node in a singly linked list used in the implementation of the Robin
class.
Public variables
- RobinSlNode* next
- T key