Searched defs:ExplicitlyImportSpecializedTemplate (Results 1 – 4 of 4) sorted by relevance
740 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() argument741 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func(); }; struct
712 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func(); }; struct713 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func(); }; struct
1300 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() argument1301 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func() {} … in func() argument
411 template <typename T> struct ExplicitlyImportSpecializedTemplate { void func() {} }; in func() struct412 template <> struct __declspec(dllimport) ExplicitlyImportSpecializedTemplate<int> { void func() {} … in func() struct