basic_ostringstream::rdbuf

返回类型 pointer 存储区的流缓冲区的地址对 basic_stringbuf<ElemTrAlloc>。

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

返回值

存储的流缓冲区的地址,对basic_stringbuf<Elem的类型 pointerTrAlloc>。

备注

成员函数返回类型 pointer 存储区的流缓冲区的地址对basic_stringbuf<ElemTrAlloc>。

示例

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

要求

标头: <sstream>

命名空间: std

请参见

参考

basic_ostringstream Class

iostream编程

(mfc)约定