Searched refs:make_function (Results 1 - 2 of 2) sorted by relevance

/external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
H A Dlarge_arity.pass.cpp35 struct make_function;
38 struct make_function<Tp, std::integer_sequence<std::size_t, Idx...>> struct
44 using make_function_t = typename make_function<Tp, std::make_index_sequence<Size>>::type;
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp35 struct make_function;
38 struct make_function<Tp, std::integer_sequence<std::size_t, Idx...>> struct
44 using make_function_t = typename make_function<Tp, std::make_index_sequence<Size>>::type;

Completed in 632 milliseconds