std::experimental::any::swap
来自cppreference.com
< cpp | experimental | any
void swap(any& other) noexcept; |
(库基础 TS) | |
交换两个 any
对象的内容。
参数
other | - | 要交换的对象 |
返回值
(无)