home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH08 / A080922.TXT < prev    next >
Encoding:
Text File  |  1993-10-31  |  279 b   |  6 lines

  1. If the definition of a class member function appears outside
  2. the class definition, the function is not inline unless the
  3. definition begins with the keyword inline.  In this class,
  4. the member function func_b() is inline because its
  5. definition begins with the keyword inline.
  6.