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