Searched defs:assign_range (Results 1 – 1 of 1) sorted by relevance
137 struct assign_range struct139 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() argument151 inline void apply(InputRange const& range) in apply()