std::any::~any

来自cppreference.com
< cpp‎ | utility‎ | any
 
 
 
 
~any();
(C++17 起)

若存在则销毁所含对象,如同通过调用 reset()

参阅

销毁所含对象
(公开成员函数)