home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A09213.TXT < prev    next >
Encoding:
Text File  |  1993-11-30  |  348 b   |  7 lines

  1. An overloaded arrow operator must return a reference to a class
  2. object, an object of a class that contains an overloaded arrow
  3. function, or a pointer to a class.  If the return value is of
  4. class type, that class must not be the same as the class declaring
  5. the function, and it must contain its own definition of an
  6. overloaded arrow operator.
  7.