Diferencia entre revisiones de «cpp/numeric/random/discard block engine/base»
De cppreference.com
< cpp | numeric | random | discard block engine
m (1 revisión: Translate from the English version) |
m (r2.7.3) (Bot Añadido: de, en, fr, it, ja, pt, ru, zh) |
||
Línea 1: | Línea 1: | ||
{{page template|cpp/numeric/random/adaptor/base|discard_block_engine}} | {{page template|cpp/numeric/random/adaptor/base|discard_block_engine}} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ |
Revisión de 21:19 2 nov 2012
![]() |
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í. |
const Engine& base() const; |
(desde C++11) | |
Devuelve el motor subyacente .
Original:
Returns 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.
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.
Valor de retorno
El motor subyacente .
Original:
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.