跳到主要内容
⚠ 本网站仍处于早期建设阶段。您可以通过
贡献
来帮助我们。考虑在
GitHub
上给我们一个⭐星
C++ Language
Learn
Docs
Tools
Community
Blog
💗 贡献
English
English
Polski
std::auto_ptr<T>::~auto_ptr
C++11 中已弃用,C++17 中已移除
~
auto_ptr
(
)
throw
(
)
;
销毁托管对象。调用
delete get()
。
std::auto_ptr<T>::~auto_ptr
C++11 中已弃用,C++17 中已移除
~
auto_ptr
(
)
throw
(
)
;
销毁托管对象。调用
delete get()
。