istrstream::rdbuf

返回指向流关联的strstreambuf对象。

strstreambuf *rdbuf( ) const

返回值

对流的关联的strstreambuf对象的指针。

备注

成员函数返回存储区的流缓冲区的地址,类型的指针。strstreambuf

示例

使用 rdbuf的示例参见 strstreambuf::pcount

要求

标头: <strstream>

命名空间: std

请参见

参考

istrstream Class

iostream编程

(mfc)约定