Searched defs:ExplicitlyExportDeclaredInstantiatedTemplate (Results 1 – 1 of 1) sorted by relevance
464 template <typename T> struct ExplicitlyExportDeclaredInstantiatedTemplate { void func() {} }; in func() struct469 template struct __declspec(dllexport) ExplicitlyExportDeclaredInstantiatedTemplate<int>; variable