Namespaces
Variants

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

From cppreference.net
streambuf_type * get_wrapped ( ) const noexcept ;

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

目次

パラメータ

(なし)

注記

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

関連項目

最終宛先ストリームバッファへのポインタを取得する
( std::basic_osyncstream<CharT,Traits,Allocator> の公開メンバ関数)