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

Detailed Description

template<class R, class... Args>
struct rheolef::details::true_function_traits< R(*)(Args...)>

Definition at line 165 of file field_expr_utilities.h.

+ Inheritance diagram for true_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: