Searched defs:ExplicitlySpecializedClassTemplate (Results 1 – 2 of 2) sorted by relevance
818 template <typename T> struct ExplicitlySpecializedClassTemplate {}; struct819 template <> struct __declspec(dllimport) ExplicitlySpecializedClassTemplate<void*> { void f(); }; struct
704 template <typename T> struct ExplicitlySpecializedClassTemplate {}; struct705 template <> struct __declspec(dllexport) ExplicitlySpecializedClassTemplate<void*> { void f(); }; struct