Searched refs:TypeFunTmpl (Results 1 – 1 of 1) sorted by relevance
596 T __declspec(dllexport) TypeFunTmpl(T t) { return t + t; } in TypeFunTmpl() function601 return TmplClass<int>::StaticClassVarExpTmplClass + TypeFunTmpl<int>(10); in useExportedTmplStaticAndFun()