table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 2024.07.05-1.3
 - Leap-16.0
 - Leap-15.6
 
| std::auto_ptr::release(3) | C++ Standard Libary | std::auto_ptr::release(3) | 
NAME¶
std::auto_ptr::release - std::auto_ptr::release
Synopsis¶
 T* release() throw(); (deprecated in C++11)
  
   (removed in C++17)
  
   Releases the held pointer. After the call *this holds the null pointer.
Parameters¶
(none)
Return value¶
get().
See also¶
 reset replaces the managed object
  
   (public member function)
| 2024.06.10 | http://cppreference.com |