다음을 통해 공유


basic_streambuf::basic_streambuf

'basic_streambuf' 형식의 개체를 생성합니다.

basic_streambuf( );
basic_streambuf(const basic_streambuf& _Right);

매개 변수

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

설명

The first protected constructor stores a null pointer in all pointers controlling the input buffer and the output buffer. It also stores locale::classic in the locale object. 자세한 내용은 locale::classic을 참조하십시오.

The second protected constructor copies the pointers and locale from _Right.

요구 사항

Header: <streambuf>

네임스페이스: std

참고 항목

참조

basic_streambuf 클래스

iostream 프로그래밍

iostreams 규칙