The following is an example of an Overloaded Template:
template <typename T> T f(T &a);
template <typename T> T f(T *a);
An Overloaded Template is where one template declaration is overloading another template declaration.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment