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