Home
last modified time | relevance | path

Searched defs:is_arithmetic (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/type_traits/
H A Dis_arithmetic.hpp18 struct is_arithmetic : public integral_constant<bool, is_integral<T>::value || is_floating_point<T>… struct
/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.hpp621 struct is_arithmetic struct
623 static const bool value = is_floating_point<T>::value ||