Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmulti-level-substitution.cpp218 struct tuple_of_values { struct
229 is_same<tuple_of_values<int&, float&, char, int>::apply<i, f, 'a', 17>
235tuple_of_values<int, float> tv1; // expected-note{{in instantiation of template class 'ExpandingNo… argument
237tuple_of_values<int&, float&>::apply<i, i>::type tv2; // expected-error{{non-type template paramet…
239tuple_of_values<int&, float&>::apply<i>::type tv3; // expected-error{{too few template arguments f…
241tuple_of_values<int&, float&>::apply<i, f, i>::type tv4; // expected-error{{too many template argu…