名前空間
変種
操作

std::basic_ostringstream::rdbuf

提供: cppreference.com
 
 
 
 
std::basic_stringbuf<CharT, Traits, Allocator>* rdbuf()const;

ベースとなる生の文字列デバイスオブジェクトへのポインタを返します。

[編集]引数

(なし)

[編集]戻り値

ベースとなる生の文字列デバイスへのポインタ。

[編集]

close