std::basic_syncbuf<CharT,Traits,Allocator>::get_wrapped
来自cppreference.com
< cpp | io | basic syncbuf
| streambuf_type* get_wrapped() const noexcept; |
||
返回指向被包装的 std::basic_streambuf 的指针。
目录 |
[编辑] 参数
(无)
[编辑] 注解
不期待直接调用此函数:通过 std::basic_osyncstream::get_wrapped 调用它。
[编辑] 示例
| 本节未完成 原因:暂无示例 |
[编辑] 参阅
| 获得指向最终目标流缓冲的指针 ( std::basic_osyncstream<CharT,Traits,Allocator> 的公开成员函数)
|