I need help to understand what I'm supposed to do in this question
I'm not asking for a code what I need is explanation
thanks a lot
write a function template that
returns the range of values stored in a vector <T>that is the
difference between the
largest value and the smallest value
where operator is assumed to be degind for type T