Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
basic_ios::fill
E fill() const;
E fill(E ch);
The first member function returns the stored fill character. The second member function stores ch
in the fill character and returns its previous stored value.