home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH15 / A15094.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-01  |  260.4 KB  |  1 channel  |  11,025 sample rate  |  24 seconds
Transcription: The declaration of a template must begin with the keyword template and must contain a list of arguments in angle brackets. The template declaration is completed by the declaration of a class, a function, or a static member of a class. This example shows the declarations of a class template and a function template. Each of these templates has one argument.