名稱空間
變體
操作

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> 的公開成員函式) [編輯]