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

  1. If the type that replaces a template argument is a user-defined
  2. class, the constructor for that class may be called when classes
  3. or functions are created from the template.  If the
  4. compiler-defined constructor may not be adequate, you should make
  5. sure that the class has an appropriate constructor.  You should
  6. also make sure that all operators and functions used in template
  7. functions, or in member functions of template classes, are defined
  8. or overloaded as required.
  9.