Home
last modified time | relevance | path

Searched refs:p_parent_is_left_child (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/intrusive/
Drbtree_algorithms.hpp560 bool const p_parent_is_left_child = p_parent == p_grandparent_left; in rebalance_after_insertion() local
561 …node_ptr const x(p_parent_is_left_child ? NodeTraits::get_right(p_grandparent) : p_grandparent_lef… in rebalance_after_insertion()
570 if(p_parent_is_left_child){ //p_parent is left child in rebalance_after_insertion()