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 Class

iostream 程式設計

iostreams 慣例