Searched defs:interrupting_visitor (Results 1 – 1 of 1) sorted by relevance
239 struct interrupting_visitor struct241 bool found;242 interrupting_visitor() : found(false) {} in interrupting_visitor() argument244 bool apply(Point const&) in apply()