Zth (libzth)
Loading...
Searching...
No Matches
zth::impl Namespace Reference

Classes

struct  Arguments
 
class  ContextArch
 
class  ContextBase
 Base class of the Context. More...
 
struct  FunctionION
 
struct  FunctionION< void, A, A_ >
 
struct  Packed
 
struct  Packed< T & >
 
class  std_future_base
 
class  std_promise_base
 
class  std_shared_future_base
 

Typedefs

template<typename Func , typename... Args>
using invoke_result = typename std::invoke_result_t< Func, Args... >
 

Functions

template<typename F >
void * stack_switch_fwd (void *f) noexcept
 

Typedef Documentation

◆ invoke_result

template<typename Func , typename... Args>
using zth::impl::invoke_result = typedef typename std::invoke_result_t<Func, Args...>

Definition at line 380 of file future.h.

Function Documentation

◆ stack_switch_fwd()

template<typename F >
void * zth::impl::stack_switch_fwd ( void *  f)
noexcept

Definition at line 305 of file context.h.