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.
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
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.