Home
last modified time | relevance | path

Searched defs:interrupting_visitor (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/relate/
Dtopology_check.hpp246 struct interrupting_visitor struct
248 bool found;
249 interrupting_visitor() : found(false) {} in interrupting_visitor() argument
251 bool apply(Point const&) in apply()