Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2024. The current version is 1.90.0.
Tear down a connection.
template<
class Socket>
void
teardown(
role_type role,
Socket& socket,
error_code& ec);
» more...
Tear down a net::ip::tcp::socket.
template<
class Protocol,
class Executor>
void
teardown(
role_type role,
net::basic_stream_socket< Protocol, Executor >& socket,
error_code& ec);
» more...