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> 的公有成员函数) |