|
Rheolef
7.1
an efficient C++ finite element environment
|
Inheritance diagram for true_function_traits< R(Args...)>:Classes | |
| struct | arg |
Public Types | |
| 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 | |
| static constexpr std::size_t | arity = sizeof...(Args) |
Definition at line 172 of file field_expr_utilities.h.
| using result_type = R |
Definition at line 173 of file field_expr_utilities.h.
| typedef std::tuple<Args...> args_tuple_type |
Definition at line 180 of file field_expr_utilities.h.
| using function_type = R (Args...) |
Definition at line 181 of file field_expr_utilities.h.
| using function_pointer_type = R (*)(Args...) |
Definition at line 182 of file field_expr_utilities.h.
| using copiable_type = function_pointer_type |
Definition at line 184 of file field_expr_utilities.h.
| using functor_type = std::function<R(Args...)> |
Definition at line 185 of file field_expr_utilities.h.
|
staticconstexpr |
Definition at line 174 of file field_expr_utilities.h.