| | |
fmtflags flags() const; |
(1) |
|
| | |
fmtflags flags( fmtflags flags ); |
(2) |
|
| | |
Verwaltet Format flags .
Original:
Manages format flags.
The text has been machine-translated via
Google Translate.
You can help to correct and verify the translation. Click
here for instructions.
1)
kehrt aktuelle Formatierung Einstellung
Original:
returns current formatting setting
The text has been machine-translated via
Google Translate.
You can help to correct and verify the translation. Click
here for instructions.
2)
ersetzt die derzeitigen Einstellungen mit bestimmten diejenigen .
Original:
replaces current settings with given ones.
The text has been machine-translated via
Google Translate.
You can help to correct and verify the translation. Click
here for instructions.
flags
|
-
|
neue Formatierung Einstellung. Es kann eine Kombination der folgenden Konstanten sein:
|
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.
|
Explanation
|
|
dec
|
Verwenden Dezimalbasis für Integer-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
|
oktale Basis für integer 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
|
verwenden hexadezimale Basis für integer 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. Nützlich für Maskierung Operationen 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
|
linken Einstellung (fügt Füllzeichen auf der rechten Seite) 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
|
richtige Einstellung (fügt Füllzeichen auf der linken Seite) 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
|
interne Justierung (fügt Füllzeichen auf die interne bestimmten Punkt) 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. Nützlich für Maskierung Operationen 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
|
erzeugen Gleitkommatypen wissenschaftlicher Notation oder Hex-Notation, wenn mit festen kombiniert 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
|
erzeugen Gleitkommatypen mit festen Notation oder Hex-Notation, wenn sie mit wissenschaftlichen kombiniert 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. Nützlich für Maskierung Operationen 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
|
einfügen und extrahieren bool Art im alphanumerischen Format 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
|
erzeugen ein Präfix die numerische Basis für Integer-Leistung erfordern die Währung Indikator im monetären 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
|
erzeugen einen Dezimalpunkt Charakter bedingungslos für Fließkommazahl ausgegeben 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
|
erzeugen eine + Zeichen für nicht-negative numerische Ausgabe 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
|
überspringen führenden Leerzeichen vor bestimmten Input Operationen 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
|
Spülen Sie die Ausgabe nach jedem Ausgabe-Operation 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
|
ersetzen bestimmte Kleinbuchstaben mit ihren uppercase equivalents in bestimmten Ausgang Ausgang Operationen 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.
|
Original: new formatting setting. It can be a combination of the following constants:
|
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.
|
Explanation
|
|
dec
|
Verwenden Dezimalbasis für Integer-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
|
oktale Basis für integer 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
|
verwenden hexadezimale Basis für integer 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. Nützlich für Maskierung Operationen 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
|
linken Einstellung (fügt Füllzeichen auf der rechten Seite) 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
|
richtige Einstellung (fügt Füllzeichen auf der linken Seite) 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
|
interne Justierung (fügt Füllzeichen auf die interne bestimmten Punkt) 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. Nützlich für Maskierung Operationen 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
|
erzeugen Gleitkommatypen wissenschaftlicher Notation oder Hex-Notation, wenn mit festen kombiniert 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
|
erzeugen Gleitkommatypen mit festen Notation oder Hex-Notation, wenn sie mit wissenschaftlichen kombiniert 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. Nützlich für Maskierung Operationen 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
|
einfügen und extrahieren bool Art im alphanumerischen Format 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
|
erzeugen ein Präfix die numerische Basis für Integer-Leistung erfordern die Währung Indikator im monetären 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
|
erzeugen einen Dezimalpunkt Charakter bedingungslos für Fließkommazahl ausgegeben 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
|
erzeugen eine + Zeichen für nicht-negative numerische Ausgabe 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
|
überspringen führenden Leerzeichen vor bestimmten Input Operationen 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
|
Spülen Sie die Ausgabe nach jedem Ausgabe-Operation 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
|
ersetzen bestimmte Kleinbuchstaben mit ihren uppercase equivalents in bestimmten Ausgang Ausgang Operationen 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.
|
The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions.
|
die Formatierung Flags vor dem Aufruf der Funktion
Original:
the formatting flags before the call to the function
The text has been machine-translated via
Google Translate.
You can help to correct and verify the translation. Click
here for instructions.
|
|
setzt bestimmten Format Flagge Original: sets specific format flag The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (öffentliche Elementfunktion) [edit]
|
|
|
clears specific format flag (öffentliche Elementfunktion) [edit]
|