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