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
);
매개 변수
- A unique_ptr 참조 하는 현재 값을 할당 하는 데 unique_ptr.
설명
The member functions call reset(_Right.release()) and move _Right.stored_deleter to stored_deleter, then return *this.
요구 사항
헤더: <memory>
네임 스페이스: 국방 표준