kennen:lib:setfill
Inhaltsverzeichnis
setfill()
Parameter
c | neuer Füllbuchstabe |
Ergebnis
Rückgabewert: ein implementationsabhängiger Manipulator,
der bei str«manip
die Anweisung strom.fill©;
ausführt.
Siehe auch
Beispiel
- setfill.cpp
#include <iostream> #include <iomanip> int main() { int i = 25; std::cout << std::setw(10) << std::setfill('#') << i << '\n'; }
kennen/lib/setfill.txt · Zuletzt geändert: 2019-11-20 16:17 von 127.0.0.1