Home
last modified time | relevance | path

Searched defs:assign_range (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/strategies/agnostic/
H A Dhull_graham_andrew.hpp137 struct assign_range struct
139 Container lower_points, upper_points;
141 typedef typename point_type<InputRange>::type point_type;
143 point_type const& most_left;
144 point_type const& most_right;
146 inline assign_range(point_type const& left, point_type const& right) in assign_range() argument
151 inline void apply(InputRange const& range) in apply()