Searched defs:on_intersection_swap (Results 1 – 1 of 1) sorted by relevance
88 struct on_intersection_swap { struct90 intersect_list<T>& intersects;92 on_intersection_swap(intersect_list<T>& i) : intersects(i) { in on_intersection_swap() argument95 void operator()(bound_ptr<T> const& b1, bound_ptr<T> const& b2) { in operator ()()