Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/index/detail/rtree/utilities/
Dprint.hpp71 struct print_indexable struct
77 struct print_indexable<Indexable, box_tag> struct
79 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> struct
94 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> struct
107 static const size_t dimension = geometry::dimension<Indexable>::value;
109 static inline void apply(std::ostream &os, Indexable const& i) in apply()
[all …]