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