Home | History | Annotate | Download | only in type_traits

Lines Matching defs:type

43          typename remove_cv<T>::type, bool>::value>::value));
46 typedef typename remove_cv<T>::type t_no_cv;
81 >::type
82 >::type
83 >::type
84 >::type,
85 // Not a regular integer type:
105 >::type
106 >::type
107 >::type
108 >::type
109 >::type
110 >::type base_integer_type;
115 typename add_const<base_integer_type>::type,
117 >::type const_base_integer_type;
122 typename add_volatile<const_base_integer_type>::type,
124 >::type type;
130 BOOST_TT_AUX_TYPE_TRAIT_DEF1(make_unsigned,T,typename boost::detail::make_unsigned_imp<T>::type)