CellModules
|
#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()) |
Definition at line 62 of file mingw.thread.h.
|
inlinestatic |
Definition at line 71 of file mingw.thread.h.
|
inlinestatic |
Definition at line 65 of file mingw.thread.h.