Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/
H A Dsegment_iterator.hpp154 struct segments_end<Linestring, linestring_tag> struct
159 >::type return_type;
161 static inline return_type apply(Linestring& linestring) in apply()
169 struct segments_end<Ring, ring_tag> struct
174 >::type return_type;
176 static inline return_type apply(Ring& ring) in apply()
184 struct segments_end<Polygon, polygon_tag> struct
189 >::type inner_range;
194 >::type return_type;
196 static inline return_type apply(Polygon& polygon) in apply()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/dispatch/
H A Dsegment_iterator.hpp35 struct segments_end struct