Searched defs:sub_range (Results 1 – 2 of 2) sorted by relevance
40 struct sub_range : not_implemented<Tag> struct44 struct sub_range<Geometry, Tag, false> struct46 typedef Geometry & return_type;49 return_type apply(Geometry & geometry, Id const&) in apply()56 struct sub_range<Geometry, polygon_tag, false> struct58 typedef typename geometry::ring_return_type<Geometry>::type return_type;61 return_type apply(Geometry & geometry, Id const& id) in apply()80 struct sub_range<Geometry, Tag, true> struct82 typedef typename boost::range_value<Geometry>::type value_type;88 >::type sub_type;[all …]
141 class sub_range class180 sub_range() in sub_range() function in boost::sub_range184 sub_range(const sub_range& r) in sub_range() function in boost::sub_range191 sub_range( in sub_range() function in boost::sub_range202 sub_range( in sub_range() function in boost::sub_range233 sub_range( Iter first, Iter last ) : in sub_range() function in boost::sub_range