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

5 lines
91 B
C++
Raw Normal View History

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