CellModules
mingw_stdthread::detail::Invoker< false, true > Struct Reference

#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)
 

Detailed Description

Definition at line 99 of file mingw.thread.h.

Member Function Documentation

◆ invoke()

template<class T , class F , class T1 , class... Args>
static auto mingw_stdthread::detail::Invoker< false, true >::invoke ( F T::*  f,
T1 &&  t1,
Args &&...  args 
) -> decltype(InvokerHelper<std::is_base_of<T,typename std::decay<T1>::type>::value>::get(t1).*f)
inlinestatic

Definition at line 102 of file mingw.thread.h.


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