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 the documentation for a snapshot of the develop branch, built from commit 23ef96b142.
PrevUpHomeNext
any_connection::~any_connection

Destructor.

Synopsis
~any_connection();
Description

Closes the connection at the transport layer (by closing any underlying socket objects). If you require a clean close, call close or async_close before the connection is destroyed.


PrevUpHomeNext