Could someone explain to me what the difference is between function
template specialization and function overloading?
I guess overloading can change the number of parameters, but otherwise
they seem very similar to me - i.e. they both provide specialized
functions for depending on the parameter types.
Thanks
template specialization and function overloading?
I guess overloading can change the number of parameters, but otherwise
they seem very similar to me - i.e. they both provide specialized
functions for depending on the parameter types.
Thanks
Comment