std::experimental::any::~any(3) | C++ Standard Libary | std::experimental::any::~any(3) |
NAME¶
std::experimental::any::~any - std::experimental::any::~any
Synopsis¶
~any(); (library fundamentals TS)
Destroys the contained object, if any, as if by a call to clear().
See also¶
clear destroys contained object
(public member function)
Category:¶
* Noindexed pages
2024.06.10 | http://cppreference.com |