Home
last modified time | relevance | path

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

/third_party/boost/boost/intrusive/
Dcircular_slist_algorithms.hpp260 const bool this_empty = this_next == this_node; in swap_nodes() local
266 if(!(this_null | this_empty)){ in swap_nodes()
270 …NodeTraits::set_next(other_node, this_empty ? other_node : (this_next == other_node ? this_node :… in swap_nodes()