std::basic_syncbuf<CharT,Traits,Allocator>::operator=

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

# Return value

*this

# Example

This section is incompleteReason: no example

# See also