clang-tidy-readability-iden.../sources/TypeTemplateParameter.cpp

5 lines
77 B
C++

template<typename t_type>int tFunction(t_type value) {
return 0;
};