Home
last modified time | relevance | path

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

/third_party/boost/boost/typeof/
Dint_encoding.hpp14 template<class T> struct get_unsigned struct
16 typedef T type;
18 template<> struct get_unsigned<signed char> struct
20 typedef unsigned char type;
22 template<> struct get_unsigned<char> struct
24 typedef unsigned char type;
26 template<> struct get_unsigned<short> struct
28 typedef unsigned short type;
30 template<> struct get_unsigned<int> struct
32 typedef unsigned int type;
[all …]
/third_party/boost/boost/wave/util/
Dflex_string.hpp175 template <typename T> struct get_unsigned struct
177 typedef T result;
180 template <> struct get_unsigned<char> struct
182 typedef unsigned char result;
185 template <> struct get_unsigned<signed char> struct
187 typedef unsigned char result;
190 template <> struct get_unsigned<short int> struct
192 typedef unsigned short int result;
195 template <> struct get_unsigned<int> struct
197 typedef unsigned int result;
[all …]
/third_party/boost/boost/math/special_functions/
Dnonfinite_num_facets.hpp327 template<class ValType> void get_unsigned in get_unsigned() function in boost::math::nonfinite_num_get