다음을 통해 공유


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>

네임 스페이스: 국방 표준

참고 항목

참조

unique_ptr Class

<memory>

표준 C++ 라이브러리에서 스레드로부터의 안전성

기타 리소스

unique_ptr 멤버

<memory> 멤버