Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
function_traits< R(Args...)>

Detailed Description

template<typename R, typename... Args>
struct rheolef::details::function_traits< R(Args...)>

Definition at line 185 of file field_expr_utilities.h.

+ Inheritance diagram for function_traits< R(Args...)>:

Additional Inherited Members

- Public Types inherited from true_function_traits< R(Args...)>
using result_type = R
 
typedef std::tuple< Args... > args_tuple_type
 
using function_type = R(Args...)
 
using function_pointer_type = R(*)(Args...)
 
using copiable_type = function_pointer_type
 
using functor_type = std::function< R(Args...)>
 
- Static Public Attributes inherited from true_function_traits< R(Args...)>
static constexpr std::size_t arity = sizeof...(Args)
 

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