D | write.hpp | 46 namespace detail { namespace svg namespace 241 struct svg struct 251 struct svg<Point, point_tag> : detail::svg::svg_point<Point> {}; struct 254 struct svg<Segment, segment_tag> : detail::svg::svg_segment<Segment> {}; struct 257 struct svg<Box, box_tag> : detail::svg::svg_box<Box> {}; struct 260 struct svg<Linestring, linestring_tag> struct 261 : detail::svg::svg_range<Linestring, detail::svg::prefix_linestring> {}; 264 struct svg<Ring, ring_tag> struct 265 : detail::svg::svg_range<Ring, detail::svg::prefix_ring> {}; 268 struct svg<Polygon, polygon_tag> struct [all …]
|