Home
last modified time | relevance | path

Searched refs:is_valid_box (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/algorithms/
H A Dis_valid.hpp23 struct is_valid_box struct
27 return is_valid_box<Box, Dimension - 1>::apply(b) && in apply()
33 struct is_valid_box<Box, 1> struct
65 return dispatch::is_valid_box<Indexable>::apply(b); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dbox.hpp72 struct is_valid_box struct
103 : detail::is_valid::is_valid_box<Box>