unique_ptr::swap
交換兩個之間的指標unique_ptr物件。
void swap(unique_ptr& _Right);
參數
- _Right
A unique_ptr用來交換指標。
備註
成員函式交換stored_ptr與right.stored_ptr和stored_deleter與right.stored_deleter。
需求
標頭: <memory>
Namespace: 標準
交換兩個之間的指標unique_ptr物件。
void swap(unique_ptr& _Right);
成員函式交換stored_ptr與right.stored_ptr和stored_deleter與right.stored_deleter。
標頭: <memory>
Namespace: 標準