tlx
SplayTree< Key, Compare, Duplicates, Allocator >::Node Struct Reference

splay tree node, also seen as public iterator More...

#include <splay_tree.hpp>

Public Member Functions

 Node (const Key &k)
 

Public Attributes

Nodeleft
 
Noderight
 
Key key
 

Detailed Description

template<typename Key, typename Compare = std::less<Key>, bool Duplicates = false, typename Allocator = std::allocator<Key>>
struct tlx::SplayTree< Key, Compare, Duplicates, Allocator >::Node

splay tree node, also seen as public iterator

Definition at line 227 of file splay_tree.hpp.

Constructor & Destructor Documentation

Node ( const Key &  k)
inlineexplicit

Definition at line 230 of file splay_tree.hpp.

Member Data Documentation

Key key

Definition at line 229 of file splay_tree.hpp.

Node* left

Definition at line 228 of file splay_tree.hpp.

Node * right

Definition at line 228 of file splay_tree.hpp.


The documentation for this struct was generated from the following file: