Searched defs:ExplicitlyImportInstantiatedTemplate (Results 1 – 4 of 4) sorted by relevance
1445 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func() {} }; in func() struct1446 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
431 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func() {} }; in func() struct432 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
865 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func(); }; struct866 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
879 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func(); }; struct880 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable