|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Hybrid RB tree with rank and virtual destructor. More...
#include <tpl_hRbTreeRk.H>
Public Types | |
| using | Base = HtdRbTreeRk< Key, Compare > |
| using | Node = typename Base::Node |
Public Types inherited from Aleph::HtdRbTreeRk< Key, Compare > | |
| using | Color = unsigned char |
| using | Node = RbNodeRk< Key > |
| using | key_type = Key |
Hybrid RB tree with rank and virtual destructor.
Definition at line 979 of file tpl_hRbTreeRk.H.
| using Aleph::HtdRbTreeRkVtl< Key, Compare >::Base = HtdRbTreeRk<Key, Compare> |
Definition at line 982 of file tpl_hRbTreeRk.H.
| using Aleph::HtdRbTreeRkVtl< Key, Compare >::Node = typename Base::Node |
Definition at line 983 of file tpl_hRbTreeRk.H.