类模板
<memory>

std::weak_ptr

template <class T> class weak_ptr;
Weak shared pointer
[under construction

模板参数

T
The type of the weakly managed object, aliased as member typeelement_type.

成员类型

以下别名是...的成员类型weak_ptr.

成员类型定义说明
element_typeTemplate parameter (T)The type of the weakly managed object

成员函数


非成员函数

Overloads:

另见