typedef
Templates
typedef type T;
T
in place of the type in the function.
T
may represent only one type.
template <class T>
before the function definition.
T
in place of the type in the function.
template <class T1, class T2>
TypedefSort.cpp
,
rational.h
(original),
rational.h
(copy),
rational.cpp
.
TemplateSort.cpp
.
This page was last modified on Jan 19, 2001
URL: http://people.hsc.edu/faculty-staff/robbk/Coms262/Lectures/TemplateFunctions.html