mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
This adds a new overload for `JitCompilerEngine::Lambda::operator()`, returning a result wrapped in a `std::unique_ptr<LambdaArgument>` with meta information about the result. This allows for generic invocations of JitCompilerEngine::Lambda::operator(), where the result type is unknown before the invocation.