Searched defs:assign_range (Results 1 – 2 of 2) sorted by relevance
135 struct assign_range struct137 Container lower_points, upper_points;139 typedef typename point_type<InputRange>::type point_type;141 point_type const& most_left;142 point_type const& most_right;144 inline assign_range(point_type const& left, point_type const& right) in assign_range() function149 inline void apply(InputRange const& range) in apply()
135 struct assign_range { struct136 Iterator m_first;137 Iterator m_last;138 Alloc& m_alloc;140 assign_range(const Iterator& first, const Iterator& last, Alloc& alloc) in assign_range() function144 void operator () (Pointer p) const { in operator ()()