Searched defs:segments_begin (Results 1 – 2 of 2) sorted by relevance
40 struct segments_begin<Linestring, linestring_tag> struct45 >::type return_type;47 static inline return_type apply(Linestring& linestring) in apply()55 struct segments_begin<Ring, ring_tag> struct60 >::type return_type;62 static inline return_type apply(Ring& ring) in apply()70 struct segments_begin<Polygon, polygon_tag> struct75 >::type inner_range;80 >::type return_type;82 static inline return_type apply(Polygon& polygon) in apply()[all …]
27 struct segments_begin struct