MCPcopy Create free account
hub / github.com/boostorg/asio / close

Method close

include/boost/asio/buffered_write_stream.hpp:117–120  ·  view source on GitHub ↗

Close the stream.

Source from the content-addressed store, hash-verified

115
116 /// Close the stream.
117 void close()
118 {
119 next_layer_.close();
120 }
121
122 /// Close the stream.
123 BOOST_ASIO_SYNC_OP_VOID close(boost::system::error_code& ec)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected