Searched defs:ExplicitlyImportInstantiatedTemplate (Results 1 – 4 of 4) sorted by relevance
1545 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func() {} }; in func() argument1546 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
464 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func() {} }; in func() argument465 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
911 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func(); }; struct912 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
974 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func(); }; struct975 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable