std::auto_ptr<T>::get
来自cppreference.com
内存管理库
|
T* get() const throw(); | (C++11 弃用) (C++17 移除) | |
返回 *this 所保有的指针。
参数
(无)
返回值
*this 所保有的指针。
参阅
访问被管理对象 (公开成员函数) |