std::any::
~any
<
cpp
|
utility
|
any
~any
(
)
;
(C++17 起)
若存在则销毁所含对象,如同通过调用
reset()
。
参阅
reset
销毁所含对象
(公开成员函数)