std::basic_syncbuf<CharT,Traits,Allocator>::operator=
Min standard notice:
First, calls emit() to transmit all pending output (and delayed flush, if any) to the wrapped stream.
# Declarations
basic_syncbuf& operator=( basic_syncbuf&& other );
# Parameters
other: another std::basic_syncbuf to move from
# Return value
*this
# Example
This section is incompleteReason: no example