If I create vectors using new and place them in a vector, will the outer vector or inner vector desctructor delete them?

前端 未结 0 1482
天涯浪人
天涯浪人 2020-12-12 07:58

Having a lot of problems putting vectors into vectors (vector), I has to new the inner vectors and push_back(*pointer). Will the outer vector erase() delete t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题