Searched defs:ExplicitlySpecializedTemplate (Results 1 – 4 of 4) sorted by relevance
900 template <typename T> struct ExplicitlySpecializedTemplate { void func() {} }; in func() struct901 template <> struct ExplicitlySpecializedTemplate<int> { void func() {} }; in func() struct
961 template <typename T> struct ExplicitlySpecializedTemplate { void func() {} }; in func() argument962 template <> struct ExplicitlySpecializedTemplate<int> { void func(); }; struct
1565 template <typename T> struct ExplicitlySpecializedTemplate { void func() {} }; in func() struct1569 template <> struct ExplicitlySpecializedTemplate<int> { void func() {} }; in func() struct
447 template <typename T> struct ExplicitlySpecializedTemplate { void func() {} }; in func() struct451 template <> struct ExplicitlySpecializedTemplate<int> { void func() {} }; in func() argument