Searched refs:PartiallySpecializedImportedClassTemplate (Results 1 – 1 of 1) sorted by relevance
823 template <typename T> struct __declspec(dllimport) PartiallySpecializedImportedClassTemplate {}; struct824 template <typename T> struct PartiallySpecializedImportedClassTemplate<T*> { void f() {} }; in f() argument825 USEMEMFUNC(PartiallySpecializedImportedClassTemplate<void*>, f);