Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
test::stream::stream (1 of 5 overloads)

Move Constructor.

Synopsis
stream(
    stream&& other);
Description

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


PrevUpHomeNext