다음을 통해 공유


basic_ostream::operator=

Assigns values for the provided basic_ostream object parameter to this object.

basic_ostream& operator=(
    basic_ostream&& _Right
);

매개 변수

  • _Right
    An rvalue reference to a basic_ostream object.

속성 값/반환 값

Returns a basic_ostream object reference.

설명

The member operator calls swap(_Right).

요구 사항

Header: <ostream>

네임스페이스: std

참고 항목

참조

<ostream>

Lvalue 및 Rvalue

iostream 프로그래밍

iostreams 규칙