Searched defs:AFuncTemplate (Results 1 – 1 of 1) sorted by relevance
124 template<class X,int Y> int AFuncTemplate(const X &) { return Y; } in AFuncTemplate() function125 template<class X,class Y,class Z> void AFuncTemplate(X *,Y,Z &) { } in AFuncTemplate() function