std::basic_syncbuf<CharT,Traits,Allocator>::get_wrapped
来自 cppreference.cn
< cpp | io | basic syncbuf
streambuf_type* get_wrapped() const noexcept; |
||
返回指向被包装的 std::basic_streambuf 的指针。
目录 |
[edit] 参数
(无)
[edit] 注解
此函数预计不会被直接调用:它通过 std::basic_osyncstream::get_wrapped 调用。
[edit] 示例
本节内容不完整 原因:没有示例 |
[edit] 参见
获取指向最终目标流缓冲区的指针 ( std::basic_osyncstream<CharT,Traits,Allocator> 的公共成员函数) |