摘要: 在数理逻辑或计算机科学领域中 lambda 是被用来表示一种匿名函数,这种匿名函数代表了一种所谓的λ演算(lambda calculus)。 ```c++ int main() { int girls=3,boys=4; auto totalChild=[](int x,int y)->int{re 阅读全文
posted @ 2023-08-22 17:49 仓俊 阅读(236) 评论(0) 推荐(0)