Namespaces
Variants

std::experimental::any:: swap

From cppreference.net
void swap ( any & other ) noexcept ;
(库基础技术规范)

交换两个 any 对象的内容。

参数

其他 - 用于交换的对象

返回值

(无)