Searched defs:PartiallySpecializedExportedClassTemplate (Results 1 – 1 of 1) sorted by relevance
639 template <typename T> struct __declspec(dllexport) PartiallySpecializedExportedClassTemplate {}; struct640 template <typename T> struct PartiallySpecializedExportedClassTemplate<T*> { void f() {} }; in f() struct