Searched refs:ExplicitInstantiationDeclExportedTemplate (Results 1 – 2 of 2) sorted by relevance
760 template <typename T> struct __declspec(dllexport) ExplicitInstantiationDeclExportedTemplate { void… in f() argument761 extern template struct ExplicitInstantiationDeclExportedTemplate<int>;762 USEMEMFUNC(ExplicitInstantiationDeclExportedTemplate<int>, f);
420 template <typename T> struct __declspec(dllexport) ExplicitInstantiationDeclExportedTemplate {}; struct425 extern template struct ExplicitInstantiationDeclExportedTemplate<int>;