std::basic_osyncstream<CharT,Traits,Allocator>::rdbuf
< cpp | io | basic osyncstream
syncbuf_type* rdbuf() const noexcept; |
||
返回指向底层 std::basic_syncbuf 的指针。
参数
(无)
示例
本节未完成 原因:暂无示例 |
参阅
获得指向最终目标流缓冲的指针 (公开成员函数) |