basic_stringstream::str
セットは書き込みの位置を変更せずに、文字列バッファー内のテキストを取得します。
basic_string<Elem, Tr, Alloc> str( ) const;
void str(
const basic_string<Elem, Tr, Alloc>& _Newstr
);
パラメーター
- _Newstr
新しい文字列を返します。
戻り値
クラス basic_string<Elem、Tr、被制御シーケンスが *thisによって制御されるシーケンスのコピーである Alloc> のオブジェクトを返します。
解説
一つ目のメンバー関数は rdbuf を > - str返します。2 番目のメンバー関数の呼び出し rdbuf - > str (_Newstr)。
使用例
strの使用例については basic_stringbuf::str を参照してください。
必要条件
ヘッダー: <sstream>
名前空間: std