formatação de bandeiras para unset. Ela pode ser uma combinação das seguintes constantes:
|
|
Constante Original: Constant The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
Explanation
|
|
|
| dec
|
usar base decimal para o inteiro I / O Original: use decimal base for integer I/O The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| oct
|
usar octal de base para o inteiro I / O Original: use octal base for integer I/O The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| hex
|
usar base hexadecimal para inteiro I / O Original: use hexadecimal base for integer I/O The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| basefield
|
dec|oct|hex|0. Útil para mascarar operações Original: dec|oct|hex|0. Useful for masking operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| left
|
ajuste de esquerda (adiciona caracteres de preenchimento para a direita) Original: left adjustment (adds fill characters to the right) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| right
|
ajuste certo (adiciona caracteres de preenchimento para a esquerda) Original: right adjustment (adds fill characters to the left) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| internal
|
ajuste interno (adiciona caracteres de preenchimento para o ponto interno designado) Original: internal adjustment (adds fill characters to the internal designated point) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| adjustfield
|
left|right|internal. Útil para mascarar operações Original: left|right|internal. Useful for masking operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| scientific
|
gerar tipos de ponto flutuante utilizando notação científica, ou notação hex se combinado com fixo Original: generate floating point types using scientific notation, or hex notation if combined with fixed The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| fixed
|
gerar tipos de ponto flutuante usando a notação fixa, ou notação hexadecimal, se combinada com a científica Original: generate floating point types using fixed notation, or hex notation if combined with scientific The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| floatfield
|
scientific|fixed|(scientific|fixed)|0. Útil para mascarar operações Original: scientific|fixed|(scientific|fixed)|0. Useful for masking operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| boolalpha
|
inserir e extrair tipo bool em formato alfanumérico Original: insert and extract bool type in alphanumeric format The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| showbase
|
gerar um prefixo que indica a base numérica para a saída inteiro, exigem o indicador de moeda em monetária I / O Original: generate a prefix indicating the numeric base for integer output, require the currency indicator in monetary I/O The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| showpoint
|
gerar um caráter de ponto decimal incondicionalmente para ponto flutuante de produção número Original: generate a decimal-point character unconditionally for floating-point number output The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| showpos
|
gerar um personagem + para não-negativo de saída numérico Original: generate a + character for non-negative numeric output The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| skipws
|
pular espaços em branco à esquerda antes de operações de entrada certas Original: skip leading whitespace before certain input operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| unitbuf
|
lave a saída após cada operação de saída Original: flush the output after each output operation The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
|
|
| uppercase
|
substituir certas letras minúsculas com seus uppercase equivalents em certas operações de saída de saída Original: replace certain lowercase letters with their uppercase equivalents in certain output output operations The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|