std::any:: ~any
From cppreference.com
C++
Utilities library
|
|
~any
(
)
;
|
(since C++17) | |
Destroys the contained object, if any, as if by a call to
reset()
.
See also
destroys contained object
(public member function) |
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/utility/any/%7Eany&oldid=161319
"