home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH15 / A15123.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-01  |  239.0 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: In this example, one function, clear, is a friend of all classes generated from the class template. No template functions are generated because clear is not a template function. The function insert is a template function. The compiler creates a distinct function insert for every class created from the class template portfolio.