std::experimental::any::~any
Min standard notice:
Destroys the contained object, if any, as if by a call to clear().
# Declarations
~any();
(library fundamentals TS)
Destroys the contained object, if any, as if by a call to clear().
~any();
(library fundamentals TS)