Searched defs:compare_loop (Results 1 – 2 of 2) sorted by relevance
| /third_party/boost/boost/geometry/strategies/ |
| D | compare.hpp | 85 struct compare_loop struct 88 static inline bool apply(Point1 const& left, Point2 const& right) in apply() 115 struct compare_loop<ComparePolicy, DimensionCount, DimensionCount> struct 118 static inline bool apply(Point1 const& , Point2 const& ) in apply() 130 struct compare_loop<strategy::compare::equal_to, DimensionCount, DimensionCount> struct 133 static inline bool apply(Point1 const& , Point2 const& ) in apply()
|
| /third_party/boost/boost/geometry/algorithms/detail/sections/ |
| D | sectionalize.hpp | 259 struct compare_loop struct 261 static inline bool apply(T const array1[Count], T const array2[Count]) in apply() 273 struct compare_loop<T, Count, Count> struct 275 static inline bool apply(T const [Count], T const [Count]) in apply()
|