| | |
fmtflags setf( fmtflags flags ); |
(1) |
|
| | |
fmtflags setf( fmtflags flags, fmtflags mask ); |
(2) |
|
| | |
Legt die Formatierung Flags festgelegten Einstellungen .
Original:
Sets the formatting flags to specified settings.
The text has been machine-translated via
Google Translate.
You can help to correct and verify the translation. Click
here for instructions.
1)
Legt die Formatierung Flags Flags
Original:
Sets the formatting flags to flags
The text has been machine-translated via
Google Translate.
You can help to correct and verify the translation. Click
here for instructions.
2)
Löscht die Formatierung Flaggen unter
mask
, und setzt die gelöscht Flags zu den von
flags
angegeben. Im Wesentlichen wird die folgende Operation
(flags & mask) wo
fl
den Zustand der internen Formatierung Flags definiert durchgeführt .
Original:
Clears the formatting flags under mask
, and sets the cleared flags to those specified by flags
. Essentially the following operation is performed (flags & mask) where fl
defines the state of internal formatting flags.
The text has been machine-translated via
Google Translate.
You can help to correct and verify the translation. Click
here for instructions.
flags, mask
|
-
|
neue Formatierung Einstellung. mask definiert, welche Flags geändert werden kann, definiert flags die Fahnen, die geändert werden soll eingestellt werden soll (andere werden gelöscht) werden. Beide Parameter 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. mask defines which flags can be altered, flags defines which flags of those to be altered should be set (others will be cleared). Both parameters 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.
|
|
verwaltet Format Fahnen 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. (öffentliche Elementfunktion) [edit]
|
|
|
clears specific format flag (öffentliche Elementfunktion) [edit]
|