共用方式為


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 類別

iostream 程式設計

iostreams 慣例