istrstream::rdbuf
ストリームに関連付けられた strstreambuf オブジェクトへのポインターを返します。
strstreambuf *rdbuf( ) const
戻り値
ストリームに関連付けられた strstreambuf オブジェクトへのポインター。
解説
このメンバー関数は strstreambufに型のポインターに格納されたストリームのバッファーのアドレスを返します。
使用例
rdbufを使用するサンプルについては strstreambuf::pcount を参照してください。
必要条件
ヘッダー: <strstream>
名前空間: std