basic_stringbuf<CharT, Traits, Allocator>* rdbuf() const;
概要
ストリームバッファオブジェクトを取得する。
戻り値
内部のbasic_stringbufオブジェクトへのポインタ。
例
出力
t
!est
basic_stringbuf<CharT, Traits, Allocator>* rdbuf() const;
ストリームバッファオブジェクトを取得する。
内部のbasic_stringbufオブジェクトへのポインタ。
t
!est