|
MSTL 1.4.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
MSTL弱智能指针实现 更多...
#include "shared_ptr.hpp"类 | |
| class | weak_ptr< T > |
| 弱智能指针类模板 更多... | |
| struct | owner_less< shared_ptr< T > > |
| 共享指针的所有权比较器特化 更多... | |
| struct | owner_less< weak_ptr< T > > |
| 弱指针的所有权比较器特化 更多... | |
| struct | owner_less< void > |
| 通用所有权比较器特化 更多... | |