|
|
using | Space = evaluator_space< FirstEvaluatorType > |
| | a simple alias
|
| |
|
static constexpr size_type | getNumberOfComponents () noexcept |
| |
|
static constexpr auto | isElementEvaluator |
| |
|
static constexpr auto | isQuadratureEvaluator |
| |
|
FirstEvaluatorType | first_evaluator |
| | evaluator of the first argument of the binary operation
|
| |
|
SecondEvaluatorType | second_evaluator |
| | evaluator of the second argument of the binary operation
|
| |
◆ BinaryOperationModifier()
template<
typename CallableType , EvaluatorConcept FirstEvaluatorType, EvaluatorConcept SecondEvaluatorType>
requires (BinaryOperationModifierRequirements<
CallableType, FirstEvaluatorType, SecondEvaluatorType>)
constructor
- Parameters
-
| [in] | c | callable type |
| [in] | e1 | evaluator associated with the first argument |
| [in] | e2 | evaluator associated with the second argument |
The documentation for this struct was generated from the following files: