basic_ifstream::rdbuf

返回存储的流缓冲区的地址。

basic_filebuf<Elem, Tr> *rdbuf( ) const

返回值

为表示存储区的流缓冲区的 basic_filebuf 对象的指针。

示例

使用 rdbuf的示例参见 basic_filebuf::close

要求

标头: <fstream>

命名空间: std

请参见

参考

basic_ifstream Class

iostream编程

(mfc)约定