首页
运维笔记
SEO心得
软件程序
网站源码
旗下网站
programmer
登录
标签
cHow to use stdmapemplace to add
c++ - How to use std::map::emplace to add a default constructed value when it is not movable - Stack Overflow
This compiles:#include <map>struct S {int val = 0;S() = default;S(S&&) = default;};int
cHow to use stdmapemplace to add a default constructed value when it is not movableStack Overflow
admin
8天前
2
0