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

  1. The declaration of a template must begin with the keyword template
  2. and must contain a list of arguments in angle brackets.  The
  3. template declaration is completed by the declaration of a class, a
  4. function, or a static member of a class.  This example shows the
  5. declarations of a class template and a function template.  Each of
  6. these templates has one argument.
  7.