Searched defs:interrupting_visitor (Results 1 – 1 of 1) sorted by relevance
246 struct interrupting_visitor struct248 bool found;249 interrupting_visitor() : found(false) {} in interrupting_visitor() argument251 bool apply(Point const&) in apply()