std::basic_spanstream<CharT,Traits>::rdbuf
From cppreference.com
< cpp | io | basic spanstream
| std::basic_spanbuf<CharT, Traits>* rdbuf() const noexcept; |
(C++23から) | |
ラップされた生のデバイスオブジェクトへのポインタを返します。
目次 |
[編集] パラメータ
(なし)
[編集] 戻り値
ラップされた生のデバイスオブジェクトへのポインタ。
[編集] 例
| このセクションは未完成です 理由: 例がありません |
[編集] 関連項目
| 関連付けられたストリームバッファを管理する ( std::basic_ios<CharT,Traits> の public メンバ関数) |