Home
last modified time | relevance | path

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

/third_party/boost/boost/intrusive/
Dcircular_slist_algorithms.hpp261 const bool other_empty = other_next == other_node; in swap_nodes() local
263 if(!(other_null || other_empty)){ in swap_nodes()
269 …NodeTraits::set_next(this_node, other_empty ? this_node : (other_next == this_node ? other_node … in swap_nodes()