basic_ostringstream::rdbuf
傳回型別 pointer 所儲存的資料流緩衝區的位址給 basic_stringbuf<Elem, Tr, Alloc>。
basic_stringbuf<Elem, Tr, Alloc> *rdbuf( ) const;
傳回值
儲存資料流緩衝區的位址,對 basic_stringbuf<Elem的型別 pointer , Tr, Alloc>。
備註
成員函式的傳回型別 pointer 所儲存的資料流緩衝區的位址。basic_stringbuf<Elem, Tr, Alloc>。
範例
提供使用 rdbuf的請參閱 basic_filebuf::close 。
需求
標題: <sstream>
命名空間: std