Lines Matching full:template
3 // The implicit specialization of a class template specialuzation causes the
11 template<typename T> struct ScopedEnum1 {
18 template<typename T> struct ScopedEnum2 {
25 template<typename T> struct UnscopedEnum3 {
37 // they will be instantiated with the rest of the template declaration.
38 template<typename T>
47 template<typename T>
61 template<typename T> struct UnscopedEnum1 {
68 template<typename T> struct UnscopedEnum2 {
75 template<typename T> struct UnscopedEnum3 {
83 template<typename T>
92 template<typename T>