unique_ptr::swap
unique_ptr の 2 つがオブジェクト間でポインターを交換します。
void swap(unique_ptr& _Right);
パラメーター
- _Right
ポインターを交換するために使用される unique_ptr。
解説
このメンバー関数は right.stored_ptr の stored_ptr と right.stored_deleterの stored_deleter を交換します。
必要条件
ヘッダー: <memory>
名前空間: std