std::shuffle_order_engine::min
Aus cppreference.com
< cpp | numeric | random | shuffle order engine
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
static constexpr result_type min(); |
(seit C++11) | |
Gibt den kleinsten Wert möglicherweise durch die Engine Adapter generiert. This value is equal to e.min() where
e
is the underlying engine.Original:
Returns the minimum value potentially generated by the engine adaptor. This value is equal to e.min() where
e
is the underlying engine.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Inhaltsverzeichnis |
[Bearbeiten] 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.
You can help to correct and verify the translation. Click here for instructions.
[Bearbeiten] Rückgabewert
Die minimale potenziell Wert generiert .
Original:
The minimum potentially generated value.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[Bearbeiten] Komplexität
Constant
Original:
Constant
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[Bearbeiten] Siehe auch
[statisch] |
gibt den größtmöglichen Ergebniswert zurück (public static Elementfunktion) |