👩💻 Join our community of thousands of amazing developers!
diff --git a/reference/functional/move_only_function/swap.md b/reference/functional/move_only_function/swap.md new file mode 100644 index 000000000..3bc395620 --- /dev/null +++ b/reference/functional/move_only_function/swap.md @@ -0,0 +1,72 @@ +# swap +* functional[meta header] +* std[meta namespace] +* move_only_function[meta class] +* function template[meta id-type] +* cpp23[meta cpp] + +```cpp +void swap(move_only_function& other) noexcept; +``` + +## 概要 +他の`move_only_function`オブジェクトと中身を入れ替える...