void reset(); | (since C++11) |
Releases the reference to the managed object. After the call *this manages no object.
Parameters
(none).
Return value
(none).
Exceptions
noexcept specification: noexcept void reset(); | (since C++11) |
Releases the reference to the managed object. After the call *this manages no object.
(none).
(none).
noexcept specification: noexcept
Please login to continue.