home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A17191.TXT < prev    next >
Encoding:
Text File  |  1993-10-17  |  187 b   |  5 lines

  1. The definitions of the member functions of AStackIter<T>
  2. begin with "template <class T>".   This tells the compiler
  3. that the definition or declaration that follows is for a
  4. template.
  5.