std::discard_block_engine
Da cppreference.com
![]() |
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. |
Definido no cabeçalho <random>
|
||
template< class Engine, |
(desde C++11) | |
Esta seção está incompleta |
[editar] Tipos de membro
Tipo de membro
Original: Member type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Definition |
result_type
|
typename Engine::result_type |
[editar] Funções de membro
constrói o adaptador do motor Original: constructs the engine adaptor The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função pública membro) | |
define o estado do mecanismo subjacente Original: sets the state of 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. (função pública membro) | |
retorna o mecanismo subjacente 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. (função pública membro) | |
Original: Generation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
avanços do estado do mecanismo subjacente e retorna o valor gerado Original: advances the state of the underlying engine and returns the generated value The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função pública membro) | |
avanços do estado do adaptador por uma quantidade especificada Original: advances the adaptor's state by a specified amount The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função pública membro) | |
Original: Characteristics The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
[estática] |
gets the smallest possible value in the output range of the underlying engine (função public static membro) |
[estática] |
obtém o maior valor possível no intervalo de saída do mecanismo subjacente Original: gets the largest possible value in the output range of 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. (função public static membro) |
[editar] Não-membros funções
compara os estados internos dos adaptadores e motores subjacentes Original: compares the internal states of the adaptors and underlying engines The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função) | |
executa fluxo de entrada e saída em pseudo-aleatório adaptador motor número Original: performs stream input and output on pseudo-random number engine adaptor The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função) |
[editar] Objetos Membros
constexpr size_t block_size [estática] |
(membro estático público constante) | ||
constexpr size_t used_size [estática] |
(membro estático público constante) |