Searched defs:PartiallySpecializedImportedClassTemplate (Results 1 – 1 of 1) sorted by relevance
777 template <typename T> struct __declspec(dllimport) PartiallySpecializedImportedClassTemplate {}; struct778 template <typename T> struct PartiallySpecializedImportedClassTemplate<T*> { void f() {} }; in f() argument