std::basic_streambuf<CharT,Traits>::operator=
Min standard notice:
Assigns the data members of other to *this.
# Declarations
basic_streambuf& operator=( const basic_streambuf& other );
(since C++11)
# Parameters
other: stream buffer to assign
# Return value
*this
# Example
This section is incompleteReason: no example