std::basic_ios::fill
Aus 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. |
<metanoindex/>
<tbody> </tbody> CharT fill() const; |
(1) | |
CharT fill( CharT ch ); |
(2) | |
Verwaltet die Fllzeichen verwendet, um Pad die Ausgabe Umbauten an der angegebenen Feldbreite .
Original:
Manages the fill character used to pad the output conversions to the specified field width.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
1)
liefert die aktuelle Fllzeichen
Original:
returns the current fill character
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
2)
setzt die Fllzeichen zur
ch kehrt vorherigen Wert der Fllzeichen Original:
sets the fill character to
ch, returns previous value of the fill character The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Parameter
| ch | - | der Charakter als Fllzeichen verwenden
Original: the character to use as fill character The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Rckgabewert
Fllzeichen vor dem Aufruf der Funktion .
Original:
the fill character 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.
You can help to correct and verify the translation. Click here for instructions.
Beispiel
| This section is incomplete Reason: no example |