Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
test::basic_stream::operator=

Move Assignment.

Synopsis
basic_stream&
operator=(
    basic_stream&& other);
Description

Moving the stream while asynchronous operations are pending results in undefined behavior.


PrevUpHomeNext