Searched defs:ExplicitInstantiationDeclTemplateBase2 (Results 1 – 2 of 2) sorted by relevance
901 template <typename T> struct ExplicitInstantiationDeclTemplateBase2 { void func() {} }; in func() argument904 template struct __declspec(dllexport) ExplicitInstantiationDeclTemplateBase2<int>; variable
894 template <typename T> struct ExplicitInstantiationDeclTemplateBase2 { void func() {} }; in func() struct897 template struct __declspec(dllimport) ExplicitInstantiationDeclTemplateBase2<int>; variable