다음을 통해 공유


basic_filebuf::basic_filebuf

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

basic_filebuf();
basic_filebuf(basic_filebuf&& right);

설명

The first constructor stores a null pointer in all the pointers controlling the input buffer and the output buffer. It also stores a null pointer in the file pointer.

The second constructor initializes the object with the contents of right, treated as an rvalue reference.

요구 사항

Header: <fstream>

네임스페이스: std

참고 항목

참조

basic_filebuf 클래스

iostream 프로그래밍

iostreams 규칙