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

  1. This is the definition of the member function OnTop() for the
  2. template class AStack<T>.  If the stack is empty an exception is
  3. thrown.  If not, the value of the top element is returned.
  4.