◐ Shell
clean mode source ↗

std::basic_ios::fill – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

CharT fill() const;

(1)

CharT fill( CharT ch );

(2)

Verwaltet die Füllzeichen 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.

1)

liefert die aktuelle Füllzeichen

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.

2)

setzt die Füllzeichen zur ch kehrt vorherigen Wert der Füllzeichen

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.

Parameter

ch -

der Charakter als Füllzeichen 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.

Rückgabewert

Füllzeichen 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.

Beispiel