std::function<R(Args...)>::swap
提供: cppreference.com
<tbody>
</tbody>
void swap( function& other ) noexcept; |
(C++11以上) | |
*this と other の格納されている callable なオブジェクトを交換します。
引数
| other | - | 格納されている callable なオブジェクトを交換する関数ラッパー |
戻り値
(なし)