共用方式為


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 Class

<memory>

在標準 C++ 程式庫中的執行緒安全

其他資源

unique_ptr 成員

<memory> 成員