Searched defs:bound_insert_location (Results 1 – 1 of 1) sorted by relevance
86 struct bound_insert_location { struct88 bound<T> const& bound2;90 bound_insert_location(bound<T> const& b) : bound2(b) { in bound_insert_location() function93 bool operator()(bound_ptr<T> const& b) { in operator ()()