Hi everyone. I teach myself from books and so sometimes I don't know how to communicate verbally.

Code:
template<typename T>
int fn(T a) {}
How would you read that out loud to a co-worker? My best guess is:
"Declare a template for a function fn that returns an int and takes a parameter of templated type, the type being capital T and the parameter being called a."