home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A17212.TXT < prev    next >
Encoding:
Text File  |  1993-11-26  |  180 b   |  4 lines

  1. Notice that the definition of each inline function begins with
  2. "template <class T>".  This tells the compiler that the definition
  3. or declaration that follows is for a template.
  4.