CellModules
|
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)...)) |
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.