名前空間
変種
操作

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

提供: cppreference.com
< cpp‎ | io‎ | basic syncbuf
 
 
 
 
streambuf_type* get_wrapped()constnoexcept;

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

目次

[編集]引数

(なし)

[編集]ノート

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

[編集]

[編集]関連項目

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