Can the two features of C++ Function overloading and function templates be applied together ??
What i mean is ,typically function overloading is applied with functions having different arguments(i am in concern with equal number of arguments but ofcourse different build -in types)
Please provide me a simple example or else slight bit of explanation if that is possible