...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
The stream_base class is used as a base for the boost::asio::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 |
---|---|
Protected destructor to prevent deletion through this type. |