home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH15 / A15122.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-01  |  280.0 KB  |  1 channel  |  11,025 sample rate  |  26 seconds
Transcription: As with non-member template functions, template arguments are not part of the signature of member template functions. Template arguments are part of the name of a template class. Therefore, these arguments only appear in a member function definition if the function is defined outside the class template. In this example, the template argument T is part of the class name but not part of the function name.