Searched defs:ordered_index_node_impl (Results 1 – 1 of 1) sorted by relevance
252 struct ordered_index_node_impl: struct256 typedef ordered_index_node_impl_base<AugmentPolicy,Allocator> super;259 typedef typename super::color_ref color_ref;260 typedef typename super::parent_ref parent_ref;261 typedef typename super::pointer pointer;262 typedef typename super::const_pointer const_pointer;266 static void increment(pointer& x) in increment()282 static void decrement(pointer& x) in decrement()303 static void rotate_left(pointer x,parent_ref root) in rotate_left()318 static pointer minimum(pointer x) in minimum()[all …]