Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/index/detail/
Dis_indexable.hpp22 struct is_indexable struct
24 static const bool value = false;
28 struct is_indexable<Point, geometry::point_tag> struct
30 static const bool value = true;
34 struct is_indexable<Box, geometry::box_tag> struct
36 static const bool value = true;
40 struct is_indexable<Segment, geometry::segment_tag> struct
42 static const bool value = true;