home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH15 / A15123.TXT < prev    next >
Encoding:
Text File  |  1993-09-29  |  344 b   |  7 lines

  1. In this example, one function clear() is a friend of all classes
  2. generated from the class template.  No template functions are
  3. generated because clear() is not a template function.  The
  4. function insert() is a template function.  The compiler creates a
  5. distinct function insert() for every class created from the class
  6. template portfolio.
  7.