std::independent_bits_engine::max
Aus cppreference.com
<metanoindex/>
<tbody> </tbody> static constexpr result_type max(); |
(seit C++11) | |
Gibt den maximalen Wert möglicherweise durch den Motor-Adapter erzeugt. This value is equal to 2w
Original:
Returns the maximum value potentially generated by the engine adaptor. This value is equal to 2w
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.
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.
Rückgabewert
Die maximale mögliche Wert generiert .
Original:
The maximum 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.
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.
