How would I write this??

Write a template for a function that will return the larger of two data types. Give the definition of the template only (no prototype necessary).
a function that will return the larger of two data types

does that mean:
-return the data with the larger size
-return the largest value from two values of a given type
-return the largest value from two values of different types
-something else
?
Topic archived. No new replies allowed.