Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/distance/
H A Dsegment_to_box.hpp301 struct compare_less_equal struct in boost::geometry::detail::distance::segment_to_box_2D
303 typedef compare_less_equal<T, !IsLess> other;
306 inline bool operator()(T1 const& t1, T2 const& t2) const in operator ()()
314 struct compare_less_equal<T, false> struct in boost::geometry::detail::distance::segment_to_box_2D
316 typedef compare_less_equal<T, true> other;
319 inline bool operator()(T1 const& t1, T2 const& t2) const in operator ()()