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

5 lines
77 B
C++
Raw Normal View History

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