release c++的相關文章
release c++的相關公司資訊
release c++的相關商品

auto_ptr::release - C++ Reference - cplusplus.com - The C++ Resources Network
瀏覽:338
日期:2025-05-01
Sets the auto_ptr internal pointer to null pointer (which indicates it points to no object) without destructing the object currently pointed by the auto_ptr. To force a destruction of the object pointed, use member function reset() instead. The function r...看更多