Searched defs:find_first_bound (Results 1 – 1 of 1) sorted by relevance
284 struct find_first_bound { struct285 bound_ptr<T> b1;286 bound_ptr<T> b2;288 find_first_bound(intersect_node<T> const& inode) : b1(inode.bound1), b2(inode.bound2) { in find_first_bound() argument291 bool operator()(bound_ptr<T> const& b) { in operator ()()