Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
test::stream::close

Close the stream.

Synopsis
void
close();
Description

The other end of the connection will see error::eof after reading all the remaining data.


PrevUpHomeNext