命名空间
变体
操作

std::basic_syncbuf<CharT,Traits,Allocator>::get_wrapped

来自 cppreference.com
< cpp‎ | io‎ | basic syncbuf
 
 
 
std::basic_syncbuf
公有成员函数
basic_syncbuf::get_wrapped
(C++20)
受保护的成员函数
非成员函数
 
streambuf_type* get_wrapped() const noexcept;

返回指向包装的 std::basic_streambuf 的指针。

内容

[编辑] 参数

(无)

[编辑] 备注

不应直接调用此函数:它通过 std::basic_osyncstream::get_wrapped 调用。

[编辑] 示例

[编辑] 另请参阅

获取指向最终目标流缓冲区的指针
(std::basic_osyncstream<CharT,Traits,Allocator> 的公有成员函数) [编辑]