Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
ios_base::operator=
ios_base& operator=(const ios_base& rhs) const;
The operator copies the stored formatting information, making a new copy of any extensible arrays. It then returns *this
. Note that the callback stack is not copied.