std::basic_iostream<CharT,Traits>::operator=
Min standard notice:
Assigns another stream object.
# Declarations
basic_iostream& operator=( const basic_iostream& other ) = delete;
protected:
basic_iostream& operator=( basic_iostream&& other );
(since C++11)
# Parameters
other: another stream to assign state of
# Return value
*this