标签:释放 对象 std source 插入 tao string mem detail
July 10, 2020 2:16 AM
swap:vector map
std::vector
std::vector
struct memset
结构体成员有string时不可以memset,会导致内存无法释放掉(即使是结构体对象,也无法释放)
struct 有map类型成员,不能初始化
当结构体中有map成员变量的时候,不能进行初始化,否则在插入操作的时候,会出现异常。
Online resources
标签:释放 对象 std source 插入 tao string mem detail
原文地址:https://www.cnblogs.com/yongchao/p/13277263.html