Searched defs:strategy_compare (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/ |
| H A D | compare.hpp | 51 struct strategy_compare struct 53 typedef strategy::not_implemented type; 68 struct strategy_compare<Tag, 1, Point, CoordinateSystem, Dimension> struct 70 typedef std::less<typename coordinate_type<Point>::type> type; 81 struct strategy_compare<Tag, -1, Point, CoordinateSystem, Dimension> struct 83 typedef std::greater<typename coordinate_type<Point>::type> type; 94 struct strategy_compare<Tag, 0, Point, CoordinateSystem, Dimension> struct 96 typedef std::equal_to<typename coordinate_type<Point>::type> type;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/spherical/ |
| H A D | compare_circular.hpp | 120 struct strategy_compare<spherical_polar_tag, 1, Point, CoordinateSystem<Units>, 0> struct 122 typedef typename coordinate_type<Point>::type coordinate_type; 128 > type; 137 struct strategy_compare<spherical_polar_tag, -1, Point, CoordinateSystem<Units>, 0> struct 139 typedef typename coordinate_type<Point>::type coordinate_type; 145 > type;
|