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