Home | History | Annotate | Download | only in temp.arg.explicit

Lines Matching full:template

5 template<unsigned N, typename ...Types> struct get_nth_type;
7 template<unsigned N, typename Head, typename ...Tail>
10 template<typename Head, typename ...Tail>
18 template<unsigned N>
23 template<typename ...Args>
26 template<typename ...Args>
29 // Test explicit specification of function template arguments.
36 // Template argument deduction can extend the sequence of template
37 // arguments corresponding to a template parameter pack, even when the
38 // sequence contains explicitly specified template arguments.
47 template<typename ...Types>
50 template<typename ...Types>
60 template<typename R, typename ...ParmTypes>