CellModules
mingw_stdthread::detail Namespace Reference

Classes

struct  GenIntSeq
 
struct  GenIntSeq< 0, S... >
 
struct  IntSeq
 
struct  Invoker
 
struct  Invoker< false, true >
 
struct  Invoker< true, false >
 
struct  InvokeResult
 
struct  InvokerHelper
 
struct  InvokerHelper< false >
 
struct  InvokerHelper< true >
 
struct  ThreadFuncCall
 

Functions

template<class F , class... Args>
auto invoke (F &&f, Args &&... args) -> decltype(InvokeResult< F, Args... >::invoke(std::forward< F >(f), std::forward< Args >(args)...))
 

Function Documentation

◆ invoke()

template<class F , class... Args>
auto mingw_stdthread::detail::invoke ( F &&  f,
Args &&...  args 
) -> decltype(InvokeResult<F, Args...>::invoke(std::forward<F>(f), std::forward<Args>(args)...))

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