boost::corosio::tls_context::tls_context
Constructors
Synopses
Declared in <boost/corosio/tls_context.hpp>
Construct a default TLS context.
Copy constructor.
tls_context(tls_context const& other) = default;
Move constructor.
tls_context(tls_context&& other) noexcept = default;
Parameters
| Name | Description |
|---|---|
other |
The context to copy from. |
Created with MrDocs