...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
The ssl::stream_base
class is used as a base for the ssl::stream
class template so that we have a common place to define various enums.
class stream_base
Name |
Description |
---|---|
Different handshake types. |
Name |
Description |
---|---|
~stream_base [destructor] |
Protected destructor to prevent deletion through this type. |
Header: boost/asio/ssl/stream_base.hpp
Convenience header: boost/asio/ssl.hpp