Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
valarray::min
T min() const;
The member function returns the value of the smallest element of *this
, which must have nonzero length. If the length is greater than one, it compares values by applying operator<
between pairs of elements of class T
.