std::discard_block_engine::min
De cppreference.com
< cpp | numeric | random | discard block engine
![]() | Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate. La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
staticconstexpr result_type min(); | (desde C++11) | |
Devuelve el valor mínimo potencialmente generado por el adaptador de motor. 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.
Contenido |
[editar]Parámetros
(Ninguno)
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.
[editar]Valor de retorno
El mínimo valor potencial generado .
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.
[editar]Complejidad
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.
[editar]Ver también
[estático] | gets the largest possible value in the output range (función miembro estática pública) |