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

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