Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
test::stream::operator=

Move Assignment.

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

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


PrevUpHomeNext