Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/distance/
Dsegment_to_box.hpp316 struct compare_less_equal struct in boost::geometry::detail::distance::segment_to_box_2D
318 typedef compare_less_equal<T, !IsLess> other;
321 inline bool operator()(T1 const& t1, T2 const& t2) const in operator ()()
329 struct compare_less_equal<T, false> struct in boost::geometry::detail::distance::segment_to_box_2D
331 typedef compare_less_equal<T, true> other;
334 inline bool operator()(T1 const& t1, T2 const& t2) const in operator ()()