Searched defs:ExplicitlyExportInstantiatedTemplate (Results 1 – 4 of 4) sorted by relevance
1543 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func() {} }; in func() struct1544 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
456 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func() {} }; in func() argument457 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
908 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func(); }; struct910 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
971 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func(); }; struct973 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable