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

#include <async.h>

Public Types

using functor_type = typename std::decay< F >::type
 
using return_type = typename functor_operator_type_::return_type
 
using args_type = typename functor_operator_type_::args_type
 

Detailed Description

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

Definition at line 774 of file async.h.

Member Typedef Documentation

◆ args_type

template<typename F >
using zth::functor_traits< F >::args_type = typename functor_operator_type_::args_type

Definition at line 783 of file async.h.

◆ functor_type

template<typename F >
using zth::functor_traits< F >::functor_type = typename std::decay<F>::type

Definition at line 775 of file async.h.

◆ return_type

template<typename F >
using zth::functor_traits< F >::return_type = typename functor_operator_type_::return_type

Definition at line 782 of file async.h.


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