Searched refs:tuple_of_values (Results 1 – 1 of 1) sorted by relevance
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | multi-level-substitution.cpp | 218 struct tuple_of_values { struct 229 is_same<tuple_of_values<int&, float&, char, int>::apply<i, f, 'a', 17> 235 …tuple_of_values<int, float> tv1; // expected-note{{in instantiation of template class 'ExpandingNo… argument 237 …tuple_of_values<int&, float&>::apply<i, i>::type tv2; // expected-error{{non-type template paramet… 239 …tuple_of_values<int&, float&>::apply<i>::type tv3; // expected-error{{too few template arguments f… 241 …tuple_of_values<int&, float&>::apply<i, f, i>::type tv4; // expected-error{{too many template argu…
|