std::basic_ostringstream::rdbuf
来自cppreference.com
< cpp | io | basic ostringstream
std::basic_stringbuf<CharT, Traits, Allocator>* rdbuf() const; |
||
返回指向底层未处理字符串设备对象的指针。
[编辑] 参数
(无)
[编辑] 返回值
指向底层未处理字符串设备对象的指针。
[编辑] 示例
本节未完成 原因:暂无示例 |