Share via


basic_iostream Members

The following tables list the members of the basic_iostream Class. For a list of members inherited by the basic_iostream class, see basic_ios Members.

Reference

Constructors

basic_iostream

Create a basic_iostream object.

Member Functions

swap

Exchanges the contents of the provided basic_iostream object for the contents of this object.

Operators

operator=

Assigns the value of a specified basic_iostream object to this object. This is a move assignment involving an rvalue that does not leave a copy behind.

See Also

Reference

basic_iostream Class

basic_istream Class

basic_ios Class

Thread Safety in the C++ Standard Library

iostream Programming

iostreams Conventions

Other Resources

basic_ios Members