|
MGIS
|
#include "MGIS/Function/SpaceConcept.hxx"#include "MGIS/Function/Evaluator.hxx"#include "MGIS/Function/EvaluatorModifierBase.ixx"Classes | |
| struct | mgis::function::EvaluatorModifierBase< Child, EvaluatorType > |
| a base class to construct a new evaluator by applying a modifier to the values returned by an existing evaluator More... | |
Namespaces | |
| namespace | mgis |
the namespace mgis encloses all the MGIS project. | |
Functions | |
| template<typename Child , EvaluatorConcept EvaluatorType> | |
| constexpr decltype(auto) | mgis::function::getSpace (const EvaluatorModifierBase< Child, EvaluatorType > &) |
| template<typename Child , EvaluatorConcept EvaluatorType> | |
| constexpr bool | mgis::function::check (AbstractErrorHandler &, const EvaluatorModifierBase< Child, EvaluatorType > &) |
| perform consistency checks | |