|
MGIS
|
Public Member Functions | |
| constexpr | binary_operation_modifier (const CallableType &) |
|
template<typename SecondEvaluatorType > requires (EvaluatorConcept<std::decay_t<SecondEvaluatorType>>) | |
| constexpr auto | operator() (SecondEvaluatorType &&) const |
|
template<typename FirstEvaluatorType , typename SecondEvaluatorType > requires ((EvaluatorConcept<std::decay_t<FirstEvaluatorType>>)&& // (EvaluatorConcept<std::decay_t<SecondEvaluatorType>>)&& // (std::invocable< CallableType, evaluator_result<std::decay_t<FirstEvaluatorType>>, evaluator_result<std::decay_t<SecondEvaluatorType>>>)) | |
| constexpr auto | operator() (FirstEvaluatorType &&, SecondEvaluatorType &&) const |