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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
template_arity.hpp 13 template< int N > struct arity_tag struct in namespace:boost::mpl::aux
28 arity_tag<0>::type arity_helper(...);
34 typename arity_tag<1>::type
35 arity_helper(type_wrapper< F<T1> >, arity_tag<1>);
41 typename arity_tag<2>::type
42 arity_helper(type_wrapper< F< T1,T2 > >, arity_tag<2>);
48 typename arity_tag<3>::type
49 arity_helper(type_wrapper< F< T1,T2,T3 > >, arity_tag<3>);
55 typename arity_tag<4>::type
56 arity_helper(type_wrapper< F< T1,T2,T3,T4 > >, arity_tag<4>)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
template_arity.hpp 66 template< BOOST_MPL_AUX_NTTP_DECL(int, N) > struct arity_tag struct in namespace:boost::mpl::aux
91 arity_tag<0>::type arity_helper(...);
101 sizeof(::boost::mpl::aux::arity_helper(type_wrapper<F>(),arity_tag<N>())) - 1
185 typename arity_tag<i_>::type
186 arity_helper(type_wrapper< F<BOOST_MPL_PP_PARAMS(i_, T)> >, arity_tag<i_>);

Completed in 46 milliseconds