C++ std::shared_ptr是什么意思

Posted 软件工程小施同学

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了C++ std::shared_ptr是什么意思相关的知识,希望对你有一定的参考价值。

std::shared_ptr<Transactions> TxPool::pendingList()

等同于

Transactions * TxPool::pendingList()

以上是关于C++ std::shared_ptr是什么意思的主要内容,如果未能解决你的问题,请参考以下文章

[C++][原创]std::shared_ptr简单使用

C++:如何初始化以下 std::shared_ptr 构造函数数组

C++智能指针

C++智能指针

大多数人不知道 C++ std::shared_ptr的引用不会增加它的计数值

C++ 中 make_shared 和普通 shared_ptr 的区别