Home | History | Annotate | Download | only in temp.expl.spec

Lines Matching full:template

3 template<class T> void f(T) { /* ... */ }
4 template<class T> inline void g(T) { /* ... */ }
7 template<> void g<>(int) { /* ... */ }
9 template<class T>
16 template<class T>
20 template<class T>
25 template<> void X<int>::f() { }
28 template<> void X<int>::h() { }
31 template<> inline void f<>(int) { /* ... */ }
34 template<> inline void X<int>::g() { }