std::basic_osyncstream<CharT,Traits,Allocator>::rdbuf
From cppreference.com
< cpp | io | basic osyncstream
| syncbuf_type* rdbuf() const noexcept; |
||
基となる std::basic_syncbuf へのポインタを返します。
[編集] パラメータ
(なし)
[編集] 例
| このセクションは未完成です 理由: 例がありません |
[編集] 関連項目
| 最終出力先ストリームバッファへのポインタを取得する (public member function) | |
| 関連付けられたストリームバッファを管理する ( std::basic_ios<CharT,Traits> の public メンバ関数) |