other versions
- Tumbleweed 2024.07.05-1.3
- Leap-16.0
- Leap-15.6
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)
2024.06.10 | http://cppreference.com |