摘要: 0、概述格式:[capture](parameters) mutable ->return-type{statement} 也就是所谓的匿名函数 1、简单格式 auto f = [] { std::cout << "this is lambda" <<std::endl; } f(); 2、直接调用 阅读全文
posted @ 2019-06-21 20:23 朱小勇 阅读(2199) 评论(0) 推荐(1) 编辑