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

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

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

参数

(无)

注解

不期待直接调用此函数:通过 std::basic_osyncstream::get_wrapped 调用它。

示例

参阅

获得指向最终目标流缓冲的指针
(std::basic_osyncstream<CharT,Traits,Allocator> 的公开成员函数)