C++17 Language Features Reference Card (2019) 计算机科学

上传:gaoyan63302 浏览: 15 推荐: 0 文件:PDF 大小:511.02KB 上传时间:2021-05-08 09:43:14 版权申诉
Language Features of C++17:copyright: 2019 Bartlomiej Filipek, https://www.bfilipek.com Last update July 2019New auto rules for direct-list-initialization auto x { 1 }; will be now deduced as int, but before it was aninitializer list. For a braced-init-list with only a single element, autodeduction will deduce from that entry; For a braced-init-list with morethan one element, auto deduction will be ill-formed.Typename in a template template parameter You can now use typename instead of class w
上传资源
用户评论