basic_ifstream::rdbuf

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

basic_filebuf<Elem, Tr> *rdbuf( ) const

返回值

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

示例

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

要求

页眉: <fstream>

命名空间: std

请参见

参考

basic_ifstream 类

iostream 编程

iostreams 约定