std::basic_iostream<CharT,Traits>::operator=

Assigns another stream object.

# Declarations

basic_iostream& operator=( const basic_iostream& other ) = delete;
protected:
basic_iostream& operator=( basic_iostream&& other );

(since C++11)

# Parameters

# Return value

*this

# See also