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 构造函数数组