std::basic_osyncstream<CharT,Traits,Allocator>::rdbuf

来自cppreference.com
syncbuf_type* rdbuf() const noexcept;

返回指向底层 std::basic_syncbuf 的指针。

[编辑] 参数

(无)

[编辑] 示例

[编辑] 参阅

获得指向最终目标流缓冲的指针
(公开成员函数) [编辑]
管理相关的流缓冲区
(std::basic_ios<CharT,Traits> 的公开成员函数)