std::any::
~any
<
cpp
|
utility
|
any
~any
(
)
;
(since C++17)
Destroys the contained object, if any, as if by a call to
reset()
.
See also
reset
destroys contained object
(public member function)