MGIS
Loading...
Searching...
No Matches
mgis::function::internals::BinaryOperatorCurrying< CallableType, SecondEvaluatorType > Struct Template Reference

Public Types

using Tag = ::mgis::function::EvaluatorModifierTag
 this alias allows to match the Evaluator Modifier concept
 

Public Member Functions

constexpr BinaryOperatorCurrying (const CallableType &, 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
 

The documentation for this struct was generated from the following files: