首页 新闻 会员 周边
3
回答数

已解决问题 50 c++11使用{0}初始化结构体的问题

std::string, std::function类型是否可以用{0}初始化? 示范代码如下: struct c_user { int id; char name[64]; }; struct cp