sstream
<sstream>
ヘッダでは、文字列オブジェクトを出力先・入力元とするストリームクラスを定義する。
ストリームバッファ
名前 |
説明 |
対応バージョン |
basic_stringbuf |
文字列ストリームバッファ(class template) |
|
stringbuf |
char 版の文字列ストリームバッファ(type-alias) |
|
wstringbuf |
wchar_t 版の文字列ストリームバッファ(type-alias) |
|
入力ストリーム
出力ストリーム
名前 |
説明 |
対応バージョン |
basic_ostringstream |
文字列出力ストリーム(class template) |
|
ostringstream |
char 版の文字列出力ストリーム(type-alias) |
|
wostringstream |
wchar_t 版の文字列出力ストリーム(type-alias) |
|
入出力ストリーム
名前 |
説明 |
対応バージョン |
basic_stringstream |
文字列入出力ストリーム(class template) |
|
stringstream |
char 版の文字列入出力ストリーム(type-alias) |
|
wstringstream |
wchar_t 版の文字列入出力ストリーム(type-alias) |
|