Searched defs:ExplicitlySpecializedTemplate (Results 1 – 4 of 4) sorted by relevance
852 template <typename T> struct ExplicitlySpecializedTemplate { void func() {} }; in func() struct853 template <> struct ExplicitlySpecializedTemplate<int> { void func() {} }; in func() struct
864 template <typename T> struct ExplicitlySpecializedTemplate { void func() {} }; in func() struct865 template <> struct ExplicitlySpecializedTemplate<int> { void func(); }; struct
1428 template <typename T> struct ExplicitlySpecializedTemplate { void func() {} }; in func() struct1432 template <> struct ExplicitlySpecializedTemplate<int> { void func() {} }; in func() struct
414 template <typename T> struct ExplicitlySpecializedTemplate { void func() {} }; in func() argument418 template <> struct ExplicitlySpecializedTemplate<int> { void func() {} }; in func() argument