Home
last modified time | relevance | path

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

/third_party/boost/boost/qvm/
Ddeduce_scalar.hpp20 template <class A,class B> struct deduce_scalar_impl { }; struct
24 deduce_scalar_impl<T,T> struct
26 typedef T type;
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; }; struct
32 … template <> struct deduce_scalar_impl<signed char,unsigned long> { typedef unsigned long type; }; struct
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; }; argument
[all …]