operator<<,>>(std::mersenne_twister_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. |
template< class CharT, class Traits, class ResultType, class UIntType, |
(1) | (desde C++11) |
template< class CharT, class Traits, class ResultType, class UIntType, |
(2) | (desde C++11) |
e
número pseudo-aleatório como uma seqüência de números decimais separados por um ou mais espaços, e insere-o para o fluxo de ost
. O personagem de preenchimento e as bandeiras de formatação do fluxo são ignorados e não afetado.e
as a sequence of decimal numbers separated by one or more spaces, and inserts it to the stream ost
. The fill character and the formatting flags of the stream are ignored and unaffected.You can help to correct and verify the translation. Click here for instructions.
e
número pseudo-aleatório da representação serializada, que foi criado por uma chamada anterior a operator<<
usando uma corrente com a mesma localidade e imbuído do mesmo e CharT
Traits
. Se a entrada não pode ser serializado, e
é deixado inalterado e failbit
é gerado em ist
e
from the serialized representation, which was created by an earlier call to operator<<
using a stream with the same imbued locale and the same CharT
and Traits
. If the input cannot be deserialized, e
is left unchanged and failbit
is raised on ist
You can help to correct and verify the translation. Click here for instructions.
y
objecto do mesmo tipo, usando is >> y, então x==y.y
of the same type using is >> y, then x==y.You can help to correct and verify the translation. Click here for instructions.
Esta seção está incompleta Motivo: standard also defines what the textual representation consists of |
Índice |
[editar] Parâmetros
ost | - | fluxo de saída para inserir os dados para
Original: output stream to insert the data to The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
ist | - | fluxo de entrada para extrair os dados a partir de
Original: input stream to extract the data from The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
e | - | pseudo-aleatório motor número
Original: pseudo-random number engine The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[editar] Valor de retorno
ost
ist
[editar] Complexidade
Esta seção está incompleta |
[editar] Exceções
You can help to correct and verify the translation. Click here for instructions.
failbit
failbit
You can help to correct and verify the translation. Click here for instructions.