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(t1).*f) |
Definition at line 99 of file mingw.thread.h.
|
inlinestatic |
Definition at line 102 of file mingw.thread.h.