First page Back Continue Last page Graphics
Function Template (cont.)
Note in funtemp.cpp, that the instantiation of a template takes place by simply using the name in a call.
You can overload templates just like variables if you plan to instantiate some functions of different algorithms for different arguments.