Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
Dinsert_fn_imps.hpp186 const bool swap_with_l_child = !swap_with_r_child&& smaller_than_left_child; in fix() local
188 if (swap_with_l_child) in fix()