Home
last modified time | relevance | path

Searched refs:make_tuple_t (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_large_arity.pass.cpp59 using make_tuple_t = typename make_tuple_imp<Tp, std::make_index_sequence<Size>>::type; typedef
72 using Tuple = make_tuple_t<int, Size>; in test_all()
73 using CTuple = make_tuple_t<const int, Size>; in test_all()
119 using Tuple = make_tuple_t<int, Size>; in test_one()