CellModules
mingw_stdthread::detail::Invoker< true, false > 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(std::forward< T1 >(t1)).*f)(std::forward< Args >(args)...))
 

Detailed Description

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

Member Function Documentation

◆ invoke()

template<class T , class F , class T1 , class... Args>
static auto mingw_stdthread::detail::Invoker< true, false >::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)...))
inlinestatic

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


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