|
MGIS
|
Public Types | |
| using | Tag = ::mgis::function::EvaluatorModifierTag |
| this alias allows to match the Evaluator Modifier concept | |
Public Member Functions | |
| constexpr | BinaryOperatorCurrying2 (const SecondEvaluatorType &) |
|
template<typename FirstEvaluatorType > requires ( (EvaluatorConcept<std::decay_t<FirstEvaluatorType>>)&& // (std::invocable<CallableType, evaluator_result<std::decay_t<FirstEvaluatorType>>, evaluator_result<SecondEvaluatorType>>)) | |
| constexpr auto | operator() (FirstEvaluatorType &&) const |