CellModules
mingw_stdthread::detail::InvokerHelper< false > Struct Reference

#include <mingw.thread.h>

Static Public Member Functions

template<class T1 >
static auto get (T1 &&t1) -> decltype(*std::forward< T1 >(t1))
 
template<class T1 >
static auto get (const std::reference_wrapper< T1 > &t1) -> decltype(t1.get())
 

Detailed Description

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

Member Function Documentation

◆ get() [1/2]

template<class T1 >
static auto mingw_stdthread::detail::InvokerHelper< false >::get ( const std::reference_wrapper< T1 > &  t1) -> decltype(t1.get())
inlinestatic

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

◆ get() [2/2]

template<class T1 >
static auto mingw_stdthread::detail::InvokerHelper< false >::get ( T1 &&  t1) -> decltype(*std::forward<T1>(t1))
inlinestatic

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


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