ios_base::width
streamsize width() const;
streamsize width(streamsize wide);
The first member function returns the stored field width. The second member function stores wide in the field width and returns its previous stored value.
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
ios_base::width
streamsize width() const;
streamsize width(streamsize wide);
The first member function returns the stored field width. The second member function stores wide in the field width and returns its previous stored value.