Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_integral.hpp19 struct is_integral : public integral_constant<bool, __is_integral(T)> {}; struct
/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 Ddiff_abs.hpp33 > is_integral; in diff_abs() typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dinteger_traits.hpp63 const bool integer_traits_base<T, min_val, max_val>::is_integral; member in boost::detail::integer_traits_base<T, min_val, max_val>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dtype_traits.hpp466 struct is_integral struct