qq_41822833 2023-04-12 10:01 采纳率: 60%
浏览 34
已结题

C++智能指针构造函数使用错误

这个构造函数为何用不了了呢?

img


```c++
#include <memory>
#include <iostream>

using namespace std;
void MyDeleter(shared_ptr<int> p) {}

int main() {
    shared_ptr<int> pi = make_shared<int>(42);
    shared_ptr<int> pt(pi, MyDeleter);

    return 0;
}

```

  • 写回答

2条回答 默认 最新

  • 真相重于对错 2023-04-12 10:35
    关注

    目前c++没有这个构造函数,可能是老版本的
    constexpr shared_ptr() noexcept;
    (1)
    constexpr shared_ptr( std::nullptr_t ) noexcept;
    (2)
    template< class Y >
    explicit shared_ptr( Y* ptr );
    (3)
    template< class Y, class Deleter >
    shared_ptr( Y* ptr, Deleter d );
    (4)
    template< class Deleter >
    shared_ptr( std::nullptr_t ptr, Deleter d );
    (5)
    template< class Y, class Deleter, class Alloc >
    shared_ptr( Y* ptr, Deleter d, Alloc alloc );
    (6)
    template< class Deleter, class Alloc >
    shared_ptr( std::nullptr_t ptr, Deleter d, Alloc alloc );
    (7)
    template< class Y >
    shared_ptr( const shared_ptr& r, element_type* ptr ) noexcept;
    (8)
    template< class Y >
    shared_ptr( shared_ptr&& r, element_type* ptr ) noexcept;
    (8) (C++20 起)
    shared_ptr( const shared_ptr& r ) noexcept;
    (9)
    template< class Y >
    shared_ptr( const shared_ptr& r ) noexcept;
    (9)
    shared_ptr( shared_ptr&& r ) noexcept;
    (10)
    template< class Y >
    shared_ptr( shared_ptr&& r ) noexcept;
    (10)
    template< class Y >
    explicit shared_ptr( const std::weak_ptr& r );
    (11)
    template< class Y >
    shared_ptr( std::auto_ptr&& r );
    (12) (C++17 中移除)
    template< class Y, class Deleter >
    shared_ptr( std::unique_ptr<Y,Deleter>&& r );
    (13)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

问题事件

  • 系统已结题 4月21日
  • 已采纳回答 4月13日
  • 创建了问题 4月12日

悬赏问题

  • ¥15 MATLAB代码补全插值
  • ¥15 Typegoose 中如何使用 arrayFilters 筛选并更新深度嵌套的子文档数组信息
  • ¥15 前后端分离的学习疑问?
  • ¥15 stata实证代码答疑
  • ¥50 husky+jaco2实现在gazebo与rviz中联合仿真
  • ¥15 dpabi预处理报错:Error using y_ExtractROISignal (line 251)
  • ¥15 在虚拟机中配置flume,无法将slave1节点的文件采集到master节点中
  • ¥15 husky+kinova jaco2 仿真
  • ¥15 zigbee终端设备入网失败
  • ¥15 金融监管系统怎么对7+4机构进行监管的