|
MGIS
|
#include <type_traits>#include "MGIS/Config.hxx"#include "MGIS/AbstractErrorHandler.hxx"#include "MGIS/Function/SpaceConcept.hxx"#include "MGIS/Function/CompileTimeSize.hxx"#include "MGIS/Function/EvaluatorConcept.hxx"#include "MGIS/Function/EvaluatorModifierConcept.hxx"#include "MGIS/Function/Evaluator.ixx"#include "MGIS/Function/UnaryOperation.hxx"#include "MGIS/Function/BinaryOperation.hxx"Namespaces | |
| namespace | mgis |
the namespace mgis encloses all the MGIS project. | |
Functions | |
| constexpr bool | mgis::function::checkMatchingSpaces (AbstractErrorHandler &, const EvaluatorConcept auto &, const EvaluatorConcept auto &) |
| check if the given evaluators shares the same space | |
|
constexpr |
check if the given evaluators shares the same space
| [in] | ctx | context |
| [in] | e1 | first evaluator |
| [in] | e2 | second evaluator |