C++ 函数库 - 交换


描述

它交换 *this 和 other 存储的可调用对象。

宣言

以下是 std::function::swap 的声明。

void swap( function& other );

C++11

void swap( function& other );

参数

other - 它是一个函数包装器,用于交换存储的可调用对象。

返回值

没有任何

例外情况

No-noexcept - 该成员函数从不抛出异常。

功能.htm