Namespaces
Variants

std::basic_osyncstream<CharT,Traits,Allocator>:: rdbuf

From cppreference.net
syncbuf_type * rdbuf ( ) const noexcept ;

基盤となる std:: basic_syncbuf へのポインタを返します。

パラメータ

(なし)

関連項目

最終宛先ストリームバッファへのポインタを取得する
(公開メンバ関数)
関連付けられたストリームバッファを管理する
( std::basic_ios<CharT,Traits> の公開メンバ関数)