Searched defs:ExplicitlyExportInstantiatedTemplate (Results 1 – 4 of 4) sorted by relevance
1443 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func() {} }; in func() struct1444 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
429 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func() {} }; in func() argument430 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
862 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func(); }; struct864 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
876 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func(); }; struct878 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable