Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 168 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 = function_pointer_type |
using | functor_type = std::function< R(Args...)> |
Static Public Attributes | |
static constexpr std::size_t | arity = sizeof...(Args) |
using result_type = R |
Definition at line 169 of file field_expr_utilities.h.
typedef std::tuple<Args...> args_tuple_type |
Definition at line 176 of file field_expr_utilities.h.
using function_type = R (Args...) |
Definition at line 177 of file field_expr_utilities.h.
using function_pointer_type = R (*)(Args...) |
Definition at line 178 of file field_expr_utilities.h.
using copiable_type = function_pointer_type |
Definition at line 180 of file field_expr_utilities.h.
using functor_type = std::function<R(Args...)> |
Definition at line 181 of file field_expr_utilities.h.
|
staticconstexpr |
Definition at line 170 of file field_expr_utilities.h.