5 lines
77 B
C++
5 lines
77 B
C++
|
template<typename t_type>int tFunction(t_type value) {
|
||
|
return 0;
|
||
|
};
|
||
|
|