std::variant<Types...>::~variant

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

valueless_by_exception 为 true ,则不做任何事。否则销毁当前所含值。

若对于所有 Types... 中的 T_istd::is_trivially_destructible_v<T_i>true ,则此析构函数为平凡。