clang-tidy-readability-iden.../test_TemplateParameter.cpp

5 lines
76 B
C++
Raw Normal View History

2019-04-24 13:46:26 +00:00
template<typename TType>int tFunction(TType t_value) {
return 0;
}