Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dis_areal.hpp33 template <typename GeometryTag> struct is_areal : boost::false_type {}; struct
35 template <> struct is_areal<ring_tag> : boost::true_type {}; struct
36 template <> struct is_areal<box_tag> : boost::true_type {}; struct
37 template <> struct is_areal<polygon_tag> : boost::true_type {}; struct
38 template <> struct is_areal<multi_polygon_tag> : boost::true_type {}; struct
52 struct is_areal : core_dispatch::is_areal<typename tag<Geometry>::type> struct