Searched defs:ExplicitlySpecializedClassTemplate (Results 1 – 2 of 2) sorted by relevance
770 template <typename T> struct ExplicitlySpecializedClassTemplate {}; struct771 template <> struct __declspec(dllimport) ExplicitlySpecializedClassTemplate<void*> { void f(); }; struct
703 template <typename T> struct ExplicitlySpecializedClassTemplate {}; struct704 template <> struct __declspec(dllexport) ExplicitlySpecializedClassTemplate<void*> { void f(); }; struct