提供第二个哪个shared_ptr / object时,首先删除它?

时间:2019-04-22 20:23:23

标签: c++ c++17 shared-ptr smart-pointers

示例:

{
    std::shared_ptr<A> a(new A("First"));
    std::shared_ptr<A> b(a);
}

其中哪些是第一个被删除?

0 个答案:

没有答案