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.
Destructor.
~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.