#include <WorkerThreadPool.hpp>
◆ FunctionWrapper() [1/4]
template<typename F >
FunctionWrapper::FunctionWrapper |
( |
F && |
f | ) |
|
|
inline |
56 :
impl(
new impl_type<F>(std::move(f)))
57 {}
std::unique_ptr< impl_base > impl
Definition: WorkerThreadPool.hpp:76
◆ FunctionWrapper() [2/4]
◆ FunctionWrapper() [3/4]
◆ FunctionWrapper() [4/4]
◆ call()
void FunctionWrapper::call |
( |
| ) |
|
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
66 {
68 return *this;
69 }
References impl.
◆ impl
std::unique_ptr<impl_base> FunctionWrapper::impl |
|
private |
The documentation for this class was generated from the following file: