Searched defs:ExplicitlyExportSpecializedTemplate (Results 1 – 4 of 4) sorted by relevance
802 template <typename T> struct ExplicitlyExportSpecializedTemplate { void func() {} }; in func() struct803 template <> struct __declspec(dllexport) ExplicitlyExportSpecializedTemplate<int> { void func(); }; struct
795 template <typename T> struct ExplicitlyExportSpecializedTemplate { void func() {} }; in func() struct796 template <> struct __declspec(dllexport) ExplicitlyExportSpecializedTemplate<int> { void func(); }; struct
1300 template <typename T> struct ExplicitlyExportSpecializedTemplate { void func() {} }; in func() argument1301 template <> struct __declspec(dllexport) ExplicitlyExportSpecializedTemplate<int> { void func() {} … in func() argument
419 template <typename T> struct ExplicitlyExportSpecializedTemplate { void func() {} }; in func() struct420 template <> struct __declspec(dllexport) ExplicitlyExportSpecializedTemplate<int> { void func() {} … in func() struct