Namespaces
Variants

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

From cppreference.net
streambuf_type * get_wrapped ( ) const noexcept ;

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

目录

参数

(无)

注释

此函数不应被直接调用:它是通过 std::basic_osyncstream::get_wrapped 调用的。

示例

参见

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