|
Rheolef
7.1
an efficient C++ finite element environment
|
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) |
Definition at line 190 of file field_expr_utilities.h.