Searched refs:ExplicitInstantiationDeclTemplate (Results 1 – 2 of 2) sorted by relevance
755 template <typename T> struct ExplicitInstantiationDeclTemplate { void f() {} }; in f() struct756 extern template struct __declspec(dllexport) ExplicitInstantiationDeclTemplate<int>;757 USEMEMFUNC(ExplicitInstantiationDeclTemplate<int>, f);
414 template <typename T> struct ExplicitInstantiationDeclTemplate {}; struct418 extern template struct __declspec(dllexport) ExplicitInstantiationDeclTemplate<int>;