basic_ifstream::rdbuf
Returns the address of the stored stream buffer.
basic_filebuf<Elem, Tr> *rdbuf( ) const
Return Value
A pointer to a basic_filebuf object representing the stored stream buffer.
Example
See basic_filebuf::close for an example that uses rdbuf.
Requirements
Header: <fstream>
Namespace: std