siplasplas
Public Types | Static Public Attributes | List of all members
cpp::function_signature< Functor, true > Struct Template Reference

Public Types

using args = meta::tail_t< typename detail::get_function_signature< decltype(&Functor::operator())>::args >
 
using args_without_this = args
 
using return_type = typename detail::get_function_signature< decltype(&Functor::operator())>::return_type
 

Static Public Attributes

static constexpr FunctionKind kind = FunctionKind::FUNCTOR
 

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