命名空间
变体
操作

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

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

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

目录

[edit] 参数

(无)

[edit] 注解

此函数预计不会被直接调用:它通过 std::basic_osyncstream::get_wrapped 调用。

[edit] 示例

[edit] 参见

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