C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::function_traits< Function > Struct Template Reference

Public Types

using std_func_type = make_std_function_t<Function>
 
using return_type = typename std_function_traits<std_func_type>::return_type
 
template<std::size_t I>
using arg_type = typename std_function_traits<std_func_type>::template arg_type<I>
 

Static Public Attributes

static constexpr std::size_t arg_count = std_function_traits<std_func_type>::arg_count
 

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