std::any:: ~any

From cppreference.com
Utilities library
General utilities
Relational operators (deprecated in C++20)
~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)