Home
last modified time | relevance | path

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

/third_party/boost/boost/lambda/detail/
Doperator_return_type_traits.hpp39 template <class A> struct promote_code { static const int value = -1; }; argument
44 template <> struct promote_code<bool> { static const int value = 10; }; struct
45 template <> struct promote_code<char> { static const int value = 20; }; struct
46 template <> struct promote_code<unsigned char> { static const int value = 30; }; argument
47 template <> struct promote_code<signed char> { static const int value = 40; }; argument
48 template <> struct promote_code<short int> { static const int value = 50; }; argument
51 template <> struct promote_code<int> { static const int value = 100; }; struct
52 template <> struct promote_code<unsigned int> { static const int value = 200; }; struct
53 template <> struct promote_code<long> { static const int value = 300; }; argument
54 template <> struct promote_code<unsigned long> { static const int value = 400; }; argument
[all …]