Searched refs:ExplicitlySpecializedClassTemplate (Results 1 – 2 of 2) sorted by relevance
647 template <typename T> struct ExplicitlySpecializedClassTemplate {}; struct648 template <> struct __declspec(dllexport) ExplicitlySpecializedClassTemplate<void*> { void f(); }; struct649 void ExplicitlySpecializedClassTemplate<void*>::f() {} in f()650 USEMEMFUNC(ExplicitlySpecializedClassTemplate<void*>, f);
748 template <typename T> struct ExplicitlySpecializedClassTemplate {}; struct749 template <> struct __declspec(dllimport) ExplicitlySpecializedClassTemplate<void*> { void f(); }; struct750 USEMEMFUNC(ExplicitlySpecializedClassTemplate<void*>, f);