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

Assigns the data members of other to *this.

# Declarations

basic_streambuf& operator=( const basic_streambuf& other );

(since C++11)

# Parameters

# Return value

*this

# Example

This section is incompleteReason: no example