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

5 lines
76 B
C++

template<typename TType>int tFunction(TType t_value) {
return 0;
}