名前空間
変種
操作

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

From cppreference.com
< cpp‎ | io‎ | basic syncbuf
 
 
 
std::basic_syncbuf
公開メンバ関数
basic_syncbuf::get_wrapped
(C++20)
Protected member functions
非メンバ関数
 
streambuf_type* get_wrapped() const noexcept;

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

目次

[編集] パラメータ

(なし)

[編集]

この関数は直接呼び出されることは想定されていません。std::basic_osyncstream::get_wrapped を通じて呼び出されます。

[編集]

[編集] 関連項目

最終出力先ストリームバッファへのポインタを取得する
(std::basic_osyncstream<CharT,Traits,Allocator> の public メンバ関数) [編集]
English 日本語 中文(简体) 中文(繁體)