Searched defs:ExplicitlyExportSpecializedTemplate (Results 1 – 4 of 4) sorted by relevance
902 template <typename T> struct ExplicitlyExportSpecializedTemplate { void func() {} }; in func() argument903 template <> struct __declspec(dllexport) ExplicitlyExportSpecializedTemplate<int> { void func(); }; struct
964 template <typename T> struct ExplicitlyExportSpecializedTemplate { void func() {} }; in func() argument965 template <> struct __declspec(dllexport) ExplicitlyExportSpecializedTemplate<int> { void func(); }; struct
1570 template <typename T> struct ExplicitlyExportSpecializedTemplate { void func() {} }; in func() argument1571 template <> struct __declspec(dllexport) ExplicitlyExportSpecializedTemplate<int> { void func() {} … in func() struct
452 template <typename T> struct ExplicitlyExportSpecializedTemplate { void func() {} }; in func() argument453 template <> struct __declspec(dllexport) ExplicitlyExportSpecializedTemplate<int> { void func() {} … in func() argument