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