gpt4 book ai didi

c++ - 将 boost::shared_ptr 转换为实际类

转载 作者:太空狗 更新时间:2023-10-29 23:25:07 24 4
gpt4 key购买 nike

有人会怎么做?例如:

Client* client = it->second;

其中 it->second 是一个 boost::shared_ptr 到 Client错误:

cannot convert `const ClientPtr' to `Client*' in initialization

最佳答案

boost::shared_ptr 有一个 .get() 方法来检索原始指针。

此处关于何时以及为何不使用它的文档:http://www.boost.org/doc/libs/1_44_0/libs/smart_ptr/shared_ptr.htm

关于c++ - 将 boost::shared_ptr 转换为实际类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4144826/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com