basic_fstream::rdbuf
Returns the address of the stored stream buffer, of type pointer to basic_filebuf<Elem, Tr>.
basic_filebuf<Elem, Tr> *rdbuf( ) const
반환 값
The address of the stored stream buffer.
예제
See basic_filebuf::close for an example of how to use rdbuf.
요구 사항
Header: <fstream>
네임스페이스: std