다음을 통해 공유


basic_iostream::operator=

Assign the value of a specified basic_iostream object to this object. This is a move assignment involving an rvalue that does not leave a copy behind.

basic_iostream& operator=(basic_iostream&& _Right);

매개 변수

  • _Right
    An rvalue reference to a basic_iostream object to assign from.

설명

The member operator calls swap(_Right).

요구 사항

Header: <istream>

네임스페이스: std

참고 항목

참조

basic_iostream 클래스

<istream>

Lvalue 및 Rvalue

기타 리소스

basic_iostream 멤버

<istream> 멤버