Searched defs:func_templ (Results 1 – 2 of 2) sorted by relevance
76 static T func_templ(int bbb, T ccc) { in func_templ() function83 template <> int func_templ<int>(int bbb, int ccc) { in func_templ() function
127 namespace func_templ { namespace