Searched defs:ExplicitlyImportInstantiatedTemplate (Results 1 – 4 of 4) sorted by relevance
813 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func(); }; struct814 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
807 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func(); }; struct808 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
1312 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func() {} }; in func() argument1313 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable
431 template <typename T> struct ExplicitlyImportInstantiatedTemplate { void func() {} }; in func() argument432 template struct __declspec(dllimport) ExplicitlyImportInstantiatedTemplate<int>; variable