C++ 参考手册

位置:首页 > C++ 参考手册 >工具库 >std::any > std::any::swap

void swap(any& other) noexcept;
(C++17 起)

交换二个 any 对象的内容。

参数

other - 要交换的对象

返回值

(无)