std::basic_stringstream::rdbuf
來自 cppreference.com
< cpp | io | basic_stringstream
std::basic_stringbuf<CharT, Traits, Allocator>* rdbuf() const; |
||
返回底層原始字串裝置物件的指標。
[edit] 引數
(無)
[edit] 返回值
底層原始字串裝置的指標。
[編輯] 示例
本節不完整 原因:無示例 |