Zth (libzth)
Loading...
Searching...
No Matches
zth::TypedFiberType< F > Struct Template Reference

#include <async.h>

Classes

struct  NoArg
 

Public Types

using traitsType = functor_traits< F >
 
using returnType = typename traitsType::return_type
 
using fiberType = TypedFiberN< F, returnType, typename traitsType::args_type >
 
typedef NoArg a1Type
 
typedef NoArg a2Type
 
typedef NoArg a3Type
 

Detailed Description

template<typename F>
struct zth::TypedFiberType< F >

Definition at line 823 of file async.h.

Member Typedef Documentation

◆ a1Type

template<typename F >
typedef NoArg zth::TypedFiberType< F >::a1Type

Definition at line 830 of file async.h.

◆ a2Type

template<typename F >
typedef NoArg zth::TypedFiberType< F >::a2Type

Definition at line 831 of file async.h.

◆ a3Type

template<typename F >
typedef NoArg zth::TypedFiberType< F >::a3Type

Definition at line 832 of file async.h.

◆ fiberType

template<typename F >
using zth::TypedFiberType< F >::fiberType = TypedFiberN<F, returnType, typename traitsType::args_type>

Definition at line 826 of file async.h.

◆ returnType

template<typename F >
using zth::TypedFiberType< F >::returnType = typename traitsType::return_type

Definition at line 825 of file async.h.

◆ traitsType

template<typename F >
using zth::TypedFiberType< F >::traitsType = functor_traits<F>

Definition at line 824 of file async.h.


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