Home
last modified time | relevance | path

Searched defs:sub_range (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/geometry/algorithms/detail/
Dsub_range.hpp40 struct sub_range : not_implemented<Tag> struct
44 struct sub_range<Geometry, Tag, false> struct
46 typedef Geometry & return_type;
49 return_type apply(Geometry & geometry, Id const&) in apply()
56 struct sub_range<Geometry, polygon_tag, false> struct
58 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> struct
82 typedef typename boost::range_value<Geometry>::type value_type;
88 >::type sub_type;
[all …]
/third_party/boost/boost/range/
Dsub_range.hpp141 class sub_range class
180 sub_range() in sub_range() function in boost::sub_range
184 sub_range(const sub_range& r) in sub_range() function in boost::sub_range
191 sub_range( in sub_range() function in boost::sub_range
202 sub_range( in sub_range() function in boost::sub_range
233 sub_range( Iter first, Iter last ) : in sub_range() function in boost::sub_range