CellModules
|
#include <mingw.thread.h>
Public Types | |
typedef std::tuple< Args... > | Tuple |
Public Member Functions | |
ThreadFuncCall (Func &&aFunc, Args &&... aArgs) | |
template<int... S> | |
void | callFunc (detail::IntSeq< S... >) |
Public Attributes | |
Func | mFunc |
Tuple | mArgs |
Definition at line 141 of file mingw.thread.h.
typedef std::tuple<Args...> mingw_stdthread::detail::ThreadFuncCall< Func, Args >::Tuple |
Definition at line 143 of file mingw.thread.h.
|
inline |
Definition at line 146 of file mingw.thread.h.
|
inline |
Definition at line 149 of file mingw.thread.h.
Tuple mingw_stdthread::detail::ThreadFuncCall< Func, Args >::mArgs |
Definition at line 145 of file mingw.thread.h.
Func mingw_stdthread::detail::ThreadFuncCall< Func, Args >::mFunc |
Definition at line 144 of file mingw.thread.h.