std::valarray::max – cppreference.com
Aus cppreference.com
<metanoindex/>
<tbody> </tbody>
Berechnet den maximalen Wert der Elemente .
Original:
Computes the maximum value of the elements.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Wenn keine Elemente sind, ist das Verhalten undefiniert .
Original:
If there are no elements, the behavior is undefined.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Die Funktion kann nur verwendet werden, wenn operator< für Typ T definiert werden .
Original:
The function can be used only if operator< is defined for type T.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Parameter
(None)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Rückgabewert
Der Höchstwert der Elemente .
Original:
The maximum of the elements.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Beispiel
Siehe auch
gibt das kleinste Element Original: returns the smallest element The text has been machine-translated via Google Translate. (öffentliche Elementfunktion) [edit] | |