...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
~any_connection();
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.