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

5 lines
90 B
C++
Raw Normal View History

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