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.
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
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.