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

syncbuf_type* rdbuf() const noexcept;

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

参数

(无)

示例

参阅

获得指向最终目标流缓冲的指针
(公开成员函数)