home *** CD-ROM | disk | FTP | other *** search
- In this example, one function clear() is a friend of all classes
- generated from the class template. No template functions are
- generated because clear() is not a template function. The
- function insert() is a template function. The compiler creates a
- distinct function insert() for every class created from the class
- template portfolio.
-