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

5 lines
91 B
C++

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