返回指向流关联的strstreambuf对象。
strstreambuf *rdbuf( ) const
返回值
对流的关联的strstreambuf对象的指针。
备注
成员函数返回类型 pointer 存储区的流缓冲区的地址对 strstreambuf。
示例
使用 rdbuf的示例参见 strstreambuf::pcount。
要求
标头: <strstream>
命名空间: std
返回指向流关联的strstreambuf对象。
strstreambuf *rdbuf( ) const
对流的关联的strstreambuf对象的指针。
成员函数返回类型 pointer 存储区的流缓冲区的地址对 strstreambuf。
使用 rdbuf的示例参见 strstreambuf::pcount。
标头: <strstream>
命名空间: std