Searched defs:__remove_unsigned (Results 1 – 1 of 1) sorted by relevance
12704 struct __remove_unsigned struct12707 typedef __enable_if<std::__is_integer<_Tp>::__value, _Tp> __if_type;12710 typedef typename __if_type::__type __type;12714 struct __remove_unsigned<char> struct12715 { typedef signed char __type; };12718 struct __remove_unsigned<unsigned char> struct12719 { typedef signed char __type; };12722 struct __remove_unsigned<unsigned short> struct12723 { typedef short __type; };12726 struct __remove_unsigned<unsigned int> struct[all …]