basic_istringstream::rdbuf

返回 指针 类型存储缓冲区的流的地址设置为 basic_stringbuf<ElemTrAlloc>。

basic_stringbuf<Elem, Tr, Alloc> *rdbuf( ) const;

返回值

指针 类型存储缓冲区的流的地址传递给 basic_stringbuf<ElemTrAlloc>。

示例

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

要求

页眉: <sstream>

命名空间: std

请参见

参考

basic_istringstream 类

iostream 编程

iostreams 约定