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