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