clang-tidy-readability-iden.../test_TypeTemplateParameter.cpp
2019-04-24 16:46:26 +03:00

5 lines
77 B
C++

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