boost::corosio::tls_stream::tls_stream
Copy constructor
Synopsis
Declared in <boost/corosio/tls_stream.hpp>
tls_stream(tls_stream const& other) = delete;
Parameters
| Name | Description |
|---|---|
other |
The object to copy construct from |
Created with MrDocs