std::enable_shared_from_this<T>::weak_from_this
来自cppreference.com
| (1) | (C++17 起) (C++26 起为 constexpr) |
|
| (2) | (C++17 起) (C++26 起为 constexpr) |
|
返回跟踪所有既存的指代 *this 的 std::shared_ptr 所拥有的 *this 的所有权的 std::weak_ptr。
返回值
注解
| 功能特性测试宏 | 值 | 标准 | 功能特性 |
|---|---|---|---|
__cpp_lib_enable_shared_from_this |
201603L |
(C++17) | std::enable_shared_from_this::weak_from_this
|
示例
| 本节未完成 原因:暂无示例 |
参阅
(C++11) |
拥有共享对象所有权语义的智能指针 (类模板) |