How std::shared_ptr is deallocated?

后端 未结 0 514
花落未央
花落未央 2020-12-01 04:37

When memory deallocation occur in the code below?

#include 

int main()
{
    auto p = std::make_shared(5);
    
    std::weak_ptr<         


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