std::istrstream::str
提供: cppreference.com
char* str(); |
||
凍結した後、バッファの先頭へのポインタを返します。 実質的に rdbuf()->str() を呼びます。
引数
(なし)
戻り値
紐付けられている std::strsteambuf のバッファの先頭へのポインタ、またはバッファが利用可能でなければ NULL。
例
| This section is incomplete Reason: no example |