Horizon Official Technical Documentation
FunctionWrapper::impl_type< F > Struct Template Reference
+ Inheritance diagram for FunctionWrapper::impl_type< F >:
+ Collaboration diagram for FunctionWrapper::impl_type< F >:

Public Member Functions

 impl_type (F &&f_)
 
void call ()
 
- Public Member Functions inherited from FunctionWrapper::impl_base
virtual void call ()=0
 
virtual ~impl_base ()
 

Public Attributes

f
 

Constructor & Destructor Documentation

◆ impl_type()

template<typename F >
FunctionWrapper::impl_type< F >::impl_type ( F &&  f_)
inline
50: f(std::move(f_)) {}
F f
Definition: WorkerThreadPool.hpp:49

Member Function Documentation

◆ call()

template<typename F >
void FunctionWrapper::impl_type< F >::call ( )
inlinevirtual

Member Data Documentation

◆ f

template<typename F >
F FunctionWrapper::impl_type< F >::f

The documentation for this struct was generated from the following file: