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

5 lines
91 B
C++

template<typename TType, int arg_COUNT> int tFunction(TType tValue) {
return 0;
}