|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Red-Black binary search tree with nodes without virtual destructor and with subtree counters for select/position operations. More...
#include <tpl_rbRk.H>
Public Types | |
| using | Base = Gen_Rb_Tree_Rk< RbNodeRk, Key, Compare > |
Public Types inherited from Aleph::Gen_Rb_Tree_Rk< NodeType, Key, Compare > | |
| typedef NodeType< Key > | Node |
| typedef Key | key_type |
Red-Black binary search tree with nodes without virtual destructor and with subtree counters for select/position operations.
| Key | key type stored in the tree nodes. |
| Compare | comparison functor between keys. |
Definition at line 1543 of file tpl_rbRk.H.
| using Aleph::Rb_Tree_Rk< Key, Compare >::Base = Gen_Rb_Tree_Rk<RbNodeRk, Key, Compare> |
Definition at line 1545 of file tpl_rbRk.H.