|
|
template<typename Child , EvaluatorConcept FirstEvaluatorType, EvaluatorConcept SecondEvaluatorType> |
| constexpr decltype(auto) | mgis::function::getSpace (const BinaryOperationEvaluatorBase< Child, FirstEvaluatorType, SecondEvaluatorType > &) |
| |
|
template<typename Child , EvaluatorConcept FirstEvaluatorType, EvaluatorConcept SecondEvaluatorType> |
| constexpr bool | mgis::function::check (AbstractErrorHandler &, const BinaryOperationEvaluatorBase< Child, FirstEvaluatorType, SecondEvaluatorType > &) |
| | perform consistency checks
|
| |
|
template<typename Child , EvaluatorConcept FirstEvaluatorType, EvaluatorConcept SecondEvaluatorType> |
| constexpr void | mgis::function::allocateWorkspace (BinaryOperationEvaluatorBase< Child, FirstEvaluatorType, SecondEvaluatorType > &e) |
| |