Scroll to navigation

std::any::~any(3) C++ Standard Libary std::any::~any(3)

NAME

std::any::~any - std::any::~any

Synopsis


~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)

2022.07.31 http://cppreference.com