Home
last modified time | relevance | path

Searched refs:deduce_scalar_impl (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/qvm/
H A Ddeduce_scalar.hpp20 template <class A,class B> struct deduce_scalar_impl { }; struct
24 deduce_scalar_impl<T,T> struct
29 … template <> struct deduce_scalar_impl<signed char,unsigned char> { typedef unsigned char type; }; argument
30 …template <> struct deduce_scalar_impl<signed char,unsigned short> { typedef unsigned short type; }; struct
31 … template <> struct deduce_scalar_impl<signed char,unsigned int> { typedef unsigned int type; }; argument
32 … template <> struct deduce_scalar_impl<signed char,unsigned long> { typedef unsigned long type; }; argument
33 … template <> struct deduce_scalar_impl<signed char,signed short> { typedef signed short type; }; struct
34 … template <> struct deduce_scalar_impl<signed char,signed int> { typedef signed int type; }; struct
35 … template <> struct deduce_scalar_impl<signed char,signed long> { typedef signed long type; }; struct
36 template <> struct deduce_scalar_impl<signed char,float> { typedef float type; }; argument
[all …]