会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
朱小勇
博客园
园子
首页
新随笔
联系
管理
订阅
2019年6月21日
拉姆达Lambda表达式以及Qt使用【匿名函数】
摘要: 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)
编辑
公告