Searched refs:ApplyFunction (Results 1 – 1 of 1) sorted by relevance
613 class ApplyFunction {618 constexpr ApplyFunction(const ApplyFunction &) = default;619 constexpr ApplyFunction(funcType f, PARSER... p) in ApplyFunction() function640 return ApplyFunction<ApplicableFunctionPointer, RESULT, PARSER...>{ in applyFunction()647 return ApplyFunction<ApplicableFunctionObject, RESULT, PARSER...>{ in applyLambda()