다음을 통해 공유


basic_streambuf::operator=

Assigns the values of this object from another basic_streambuf object.

basic_streambuf& operator=(
    const basic_streambuf& _Right
);

매개 변수

  • _Right
    An lvalue reference to the basic_streambuf object that is used to assign values to this object.

속성 값/반환 값

Returns *this.

설명

The protected member operator copies from _Right the pointers that control the input buffer and the output buffer. It also stores _Right.getloc() in the locale object. It returns *this.

요구 사항

Header: <streambuf>

네임스페이스: std

참고 항목

참조

basic_streambuf 클래스

<streambuf>

iostream 프로그래밍

iostreams 규칙

기타 리소스

basic_streambuf 멤버

<streambuf> 멤버