std::basic_syncbuf<CharT,Traits,Allocator>::get_wrapped
來自 cppreference.com
< cpp | io | basic syncbuf
streambuf_type* get_wrapped() const noexcept; |
||
返回指向被包裝的 std::basic_streambuf 的指標。
目錄 |
[編輯] 引數
(無)
[編輯] 注意
此函式不期望被直接呼叫:它透過 std::basic_osyncstream::get_wrapped 呼叫。
[編輯] 示例
本節不完整 原因:無示例 |
[編輯] 參閱
獲取指向最終目標流緩衝區的指標 ( std::basic_osyncstream<CharT,Traits,Allocator> 的公開成員函式) |