std::basic_syncbuf<CharT,Traits,Allocator>::get_wrapped
From 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> の public メンバ関数) |