CellModules
mingw_stdthread::detail::Invoker< PMemFunc, PMemData > Struct Template Reference

#include <mingw.thread.h>

Static Public Member Functions

template<class F , class... Args>
static std::result_of< F(Args...)>::type invoke (F &&f, Args &&... args)
 

Detailed Description

template<bool PMemFunc, bool PMemData>
struct mingw_stdthread::detail::Invoker< PMemFunc, PMemData >

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

Member Function Documentation

◆ invoke()

template<bool PMemFunc, bool PMemData>
template<class F , class... Args>
static std::result_of< F(Args...)>::type mingw_stdthread::detail::Invoker< PMemFunc, PMemData >::invoke ( F &&  f,
Args &&...  args 
)
inlinestatic

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


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