5 lines
91 B
C++
5 lines
91 B
C++
|
template<typename TType, int arg_COUNT> int tFunction(TType tValue) {
|
||
|
return 0;
|
||
|
}
|
||
|
|