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

5 lines
75 B
C++
Raw Normal View History

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