Searched refs:ExpliciallySpecializedClassTemplate (Results 1 – 2 of 2) sorted by relevance
348 template <typename T> struct ExpliciallySpecializedClassTemplate {}; struct349 template <> struct __declspec(dllexport) ExpliciallySpecializedClassTemplate<int> { void f() {} }; in f() struct
1259 template <typename T> struct ExpliciallySpecializedClassTemplate {}; struct1260 template <> struct __declspec(dllimport) ExpliciallySpecializedClassTemplate<int> { void f() {} }; in f() struct