enhancementhelp wantedquestion
Repository metrics
- Stars
- (4,279 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
I want to ask a question. Can Java lambda expressions be used with C++ versions of Lambda expressions (i.e. std::function)? Moreover, the "wrapping" in one direction and the other?
javaCb(cppLm)
cppCb(javaLm)