名前空間
変種

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

提供: cppreference.com
 
 
入出力ライブラリ
入出力マニピュレータ
Cスタイルの入出力
バッファ
(C++98で非推奨)
ストリーム
抽象
ファイル入出力
文字列入出力
配列入出力
(C++98で非推奨)
(C++98で非推奨)
(C++98で非推奨)
同期化出力
エラーカテゴリインタフェース
(C++11)
 
 
<tbody> </tbody>
streambuf_type* get_wrapped() const noexcept;

ラップされた std::basic_streambuf へのポインタを返します。

引数

(なし)

ノート

この関数は直接呼ばれることは期待されていません。 std::basic_osyncstream::get_wrapped を通して呼ばれます。

関連項目

最終宛先ストリームバッファへのポインタを取得します
(std::basic_osyncstream<CharT,Traits,Allocator>のパブリックメンバ関数) [edit]