![]() |
QMCPACK
|
TaskWrapper code from https://stackoverflow.com/questions/48268322/wrap-stdthread-call-function. More...
Public Member Functions | |
template<typename... T> | |
void | operator() (T &&... args) |
Public Attributes | |
F | f |
TaskWrapper code from https://stackoverflow.com/questions/48268322/wrap-stdthread-call-function.
Required to forward an arbitrary var args function
Definition at line 35 of file ParallelExecutorSTD.hpp.
|
inline |
F f |
Definition at line 37 of file ParallelExecutorSTD.hpp.
Referenced by TaskWrapper< F >::operator()().