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

  1. These function templates can generate two sets of functions named
  2. arrange().  Like nontemplate functions, overloaded template
  3. functions with the same name must differ in either the number of
  4. arguments or in the type of arguments.
  5.