名稱空間
變體
操作

std::basic_stringstream::rdbuf

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

返回底層原始字串裝置物件的指標。

[edit] 引數

(無)

[edit] 返回值

底層原始字串裝置的指標。

[編輯] 示例