Searched defs:print_indexable (Results 1 – 1 of 1) sorted by relevance
71 struct print_indexable struct77 struct print_indexable<Indexable, box_tag> struct79 static const size_t dimension = geometry::dimension<Indexable>::value;81 static inline void apply(std::ostream &os, Indexable const& i) in apply()92 struct print_indexable<Indexable, point_tag> struct94 static const size_t dimension = geometry::dimension<Indexable>::value;96 static inline void apply(std::ostream &os, Indexable const& i) in apply()105 struct print_indexable<Indexable, segment_tag> struct107 static const size_t dimension = geometry::dimension<Indexable>::value;109 static inline void apply(std::ostream &os, Indexable const& i) in apply()[all …]