FreeBSD Manual Pages
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) http://cppreference.com 2022.07.31 std::auto_ptr::release(3)
NAME | Synopsis | Parameters | Return value | See also
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::auto_ptr::release&sektion=3&manpath=FreeBSD+Ports+15.0>
