std::basic_ostringstream::rdbuf
提供: cppreference.com
< cpp | io | basic ostringstream
std::basic_stringbuf<CharT, Traits, Allocator>* rdbuf()const; | ||
ベースとなる生の文字列デバイスオブジェクトへのポインタを返します。
[編集]引数
(なし)
[編集]戻り値
ベースとなる生の文字列デバイスへのポインタ。
[編集]例
This section is incomplete Reason: no example |