共用方式為


basic_stringstream::rdbuf

傳回型別 pointer 所儲存的資料流緩衝區的位址給 basic_stringbuf<ElemTrAlloc>。

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

傳回值

型別 pointer 所儲存的資料流緩衝區的位址。basic_stringbuf<ElemTrAlloc的>。

範例

提供使用 rdbuf的請參閱 basic_filebuf::close

需求

標題: <sstream>

命名空間: std

請參閱

參考

basic_stringstream 類別

iostream 程式設計

iostreams 慣例