|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 145 of file field_expr_utilities.h.
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 = C |
| using | functor_type = C |
Static Public Attributes | |
| static const std::size_t | arity = sizeof...(Args) |
| using result_type = R |
Definition at line 146 of file field_expr_utilities.h.
| typedef std::tuple<Args...> args_tuple_type |
Definition at line 154 of file field_expr_utilities.h.
| using function_type = R (Args...) |
Definition at line 155 of file field_expr_utilities.h.
| using function_pointer_type = R (*)(Args...) |
Definition at line 156 of file field_expr_utilities.h.
| using copiable_type = C |
Definition at line 157 of file field_expr_utilities.h.
| using functor_type = C |
Definition at line 158 of file field_expr_utilities.h.
|
static |
Definition at line 147 of file field_expr_utilities.h.