HomeSort by relevance Sort by last modified time
    Searched defs:type_wrapper (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
type_wrapper.hpp 14 // $Id: type_wrapper.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
22 template< typename T > struct type_wrapper struct in namespace:boost::mpl::aux
30 // nested 'type' from 'type_wrapper<T>' when the latter was the result of a
34 template< typename T > struct wrapped_type< type_wrapper<T> >
  /external/clang/test/SemaCXX/
type-traits.cpp 505 template <typename T> struct type_wrapper { struct
513 int t01[T(__is_function(type_wrapper<void(void)>::type))];
542 int t34[F(__is_function(type_wrapper<void(void)>::ptrtype))];
543 int t35[F(__is_function(type_wrapper<void(void)>::reftype))];
626 int t10[F(__is_object(type_wrapper<void(void)>::type))];
    [all...]

Completed in 168 milliseconds