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

  1. If a member function is defined inside the class definition, it is
  2. implicitly an inline function.  In this class, the member function
  3. func_a() is defined inside the class, so it is implicitly inline.
  4.