basic_ios::fill
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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.