Searched refs:PartiallySpecializedExportedClassTemplate2 (Results 1 – 1 of 1) sorted by relevance
662 template <typename T> struct __declspec(dllexport) PartiallySpecializedExportedClassTemplate2 {}; struct663 template <typename T> struct __declspec(dllimport) PartiallySpecializedExportedClassTemplate2<T*> {… struct664 template <typename T> void PartiallySpecializedExportedClassTemplate2<T*>::f() {} in f()665 USEMEMFUNC(PartiallySpecializedExportedClassTemplate2<void*>, f);