home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH08 / A08091.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  235.2 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: Whenever an inline member function is called by client code, the function call is replaced by the expanded code for the function. As with non-member functions, inlining has no effect on the function's behavior or its class scope. The function may be static, const, or volatile, and may be a constructor or destructor.