Searched defs:ExplicitlyExportInstantiatedTemplate (Results 1 – 4 of 4) sorted by relevance
810 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func(); }; struct812 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
804 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func(); }; struct806 template struct __declspec(dllexport) ExplicitlyExportInstantiatedTemplate<int>; variable
1310 template <typename T> struct ExplicitlyExportInstantiatedTemplate { void func() {} }; in func() argument1311 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