HomeSort by relevance Sort by last modified time
    Searched full:t_no_cv (Results 1 - 1 of 1) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
make_unsigned.hpp 46 typedef typename remove_cv<T>::type t_no_cv; typedef in struct:boost::detail::make_unsigned_imp
51 ::boost::type_traits::ice_not< ::boost::is_same<t_no_cv, char>::value>::value,
52 ::boost::type_traits::ice_not< ::boost::is_same<t_no_cv, wchar_t>::value>::value,
53 ::boost::type_traits::ice_not< ::boost::is_same<t_no_cv, bool>::value>::value >::value),
58 ::boost::type_traits::ice_not< ::boost::is_same<t_no_cv, char>::value>::value,
59 ::boost::type_traits::ice_not< ::boost::is_same<t_no_cv, wchar_t>::value>::value,
60 ::boost::type_traits::ice_not< ::boost::is_same<t_no_cv, bool>::value>::value>
63 is_same<t_no_cv, signed char>,
66 is_same<t_no_cv, short>,
69 is_same<t_no_cv, int>
    [all...]

Completed in 235 milliseconds