First page Back Continue Last page Graphics
example: details
const before the type reference allows the function to use constant reference parameters.
T& is the type of the function. (A reference to the type T)
my_max is the name of the function being defined as a template.
const T& a (and const T& b) define two reference parameters whose value cannot be changed.