|
valarray::maxpublic member function
T max() const; Return highest value Returns the maximum value contained in the valarray as if the elements were compared with operator<.ParametersnoneReturn valueThe highest value in the valarray.T is the template type of valarray (the elements' type). Example
Output:
See also
|