
The classes ostream_withassign, istream_withassign, and iostream_withassign do not exist in the standard iostreams anymore. You can only assign the data components of a stream to another stream. This is done through the functions copyfmt() and rdbuf() in class basic_ios.
©Copyright 1998, Rogue Wave Software, Inc.
Send mail to report errors or comment on the documentation.