Searched defs:ExplicitlyExportInstantiatedTemplate (Results 1 – 4 of 4) sorted by relevance
1580 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func() {} }; in func() struct1581 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
462 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func() {} }; in func() argument463 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
910 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func(); }; struct912 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
973 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func(); }; struct975 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable