다음을 통해 공유


basic_ifstream::rdbuf

Returns the address of the stored stream buffer.

basic_filebuf<Elem, Tr> *rdbuf( ) const

반환 값

A pointer to a basic_filebuf object representing the stored stream buffer.

예제

See basic_filebuf::close for an example that uses rdbuf.

요구 사항

Header: <fstream>

네임스페이스: std

참고 항목

참조

basic_ifstream 클래스

iostream 프로그래밍

iostreams 규칙