std::any::reset

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

若非空,则销毁所含对象。

参数

(无)

返回值

(无)