Namespaces
Variants

std::basic_spanstream<CharT,Traits>:: rdbuf

From cppreference.net

std:: basic_spanbuf < CharT, Traits > * rdbuf ( ) const noexcept ;
(C++23以降)

ラップされた生デバイスオブジェクトへのポインタを返します。

目次

パラメータ

(なし)

戻り値

ラップされた生デバイスオブジェクトへのポインタ。

関連項目

関連するストリームバッファを管理する
( std::basic_ios<CharT,Traits> の公開メンバー関数)