Searched refs:ExplicitlySpecializedClassTemplate (Results 1 – 2 of 2) sorted by relevance
702 template <typename T> struct ExplicitlySpecializedClassTemplate {}; struct703 template <> struct __declspec(dllexport) ExplicitlySpecializedClassTemplate<void*> { void f(); }; struct704 void ExplicitlySpecializedClassTemplate<void*>::f() {} in f()705 USEMEMFUNC(ExplicitlySpecializedClassTemplate<void*>, f);
816 template <typename T> struct ExplicitlySpecializedClassTemplate {}; struct817 template <> struct __declspec(dllimport) ExplicitlySpecializedClassTemplate<void*> { void f(); }; struct818 USEMEMFUNC(ExplicitlySpecializedClassTemplate<void*>, f);