std::experimental::any::~any

Destroys the contained object, if any, as if by a call to clear().

# Declarations

~any();

(library fundamentals TS)

# See also