template<typename EvaluatorType, typename FunctionType>
(std::same_as<function_space<FunctionType>,
evaluator_space<EvaluatorType>>)&&
((requires(function_result<FunctionType> & lhs,
const evaluator_result<EvaluatorType>& rhs) { lhs = rhs; }) ||
}))
typename internals::EvaluatorResultQuery< EvaluatorType >::type evaluator_result
type of the result of an evaluator
Definition EvaluatorConcept.hxx:221
a concept that must satisfy an evaluator
Definition EvaluatorConcept.hxx:163
a concept that must satisfy a function
Definition FunctionConcept.hxx:250
Definition Algorithms.hxx:88