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

5 lines
75 B
C++

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