CellModules
|
#include <mingw.thread.h>
Static Public Member Functions | |
template<class T , class F , class T1 , class... Args> | |
static auto | invoke (F T::*f, T1 &&t1, Args &&... args) -> decltype((InvokerHelper< std::is_base_of< T, typename std::decay< T1 >::type >::value >::get(std::forward< T1 >(t1)).*f)(std::forward< Args >(args)...)) |
Definition at line 88 of file mingw.thread.h.
|
inlinestatic |
Definition at line 91 of file mingw.thread.h.