名前空間
変種
操作

std::istrstream::str

提供: cppreference.com
< cpp‎ | io‎ | istrstream
char* str();

凍結した後、バッファの先頭へのポインタを返します。 実質的に rdbuf()->str() を呼びます。


[編集]引数

(なし)

[編集]戻り値

紐付けられている std::strsteambuf のバッファの先頭へのポインタ、またはバッファが利用可能でなければ NULL

[編集]

close