unique_ptr operator=
將提供的 unique_ptr 的位址加入至目前項目。
unique_ptr& operator=(
unique_ptr&& _Right
);
template<class Type2, Class Del2>
unique_ptr& operator=(
unique_ptr<Type, Del>&& _Right
);
unique_ptr& operator=(
pointer-type
);
參數
- unique_ptr 可用來參考指派給目前 unique_ptr的值。
備註
成員函式呼叫 reset(_Right和.release()) 捲動至 stored_deleter,則會傳回 *this_Right的.stored_deleter 。
需求
標頭: <memory>
命名空間: std