C++ 参考手册

位置:首页 > C++ 参考手册 >工具库 >函数对象 >std::function > std::function<R(Args...)>::swap

void swap( function& other ) noexcept;
(C++11 起)

交换 *thisother 存储的可调用对象。

参数

other - 要与之互换存储可调用对象的函数包装器

返回值

(无)