Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/
H A Dscalar_traits.hpp35 is_scalar struct
37 static bool const value=false;
39 template <> struct is_scalar<char> { static bool const value=true; }; argument
40 template <> struct is_scalar<signed char> { static bool const value=true; }; struct
41 template <> struct is_scalar<unsigned char> { static bool const value=true; }; argument
42 template <> struct is_scalar<signed short> { static bool const value=true; }; struct
43 template <> struct is_scalar<unsigned short> { static bool const value=true; }; struct
44 template <> struct is_scalar<signed int> { static bool const value=true; }; struct
45 template <> struct is_scalar<unsigned int> { static bool const value=true; }; struct
46 template <> struct is_scalar<signed long> { static bool const value=true; }; argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_scalar.hpp21 struct is_scalar 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.hpp489 struct is_scalar struct
490 { static const bool value = is_integral<T>::value || is_floating_point<T>::value; };