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