名前空間
変種
操作

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

From cppreference.com
< cpp‎ | io‎ | basic spanstream
 
 
 
std::basic_spanstream
メンバ関数
basic_spanstream::rdbuf
(C++23)
基になるバッファ操作
非メンバ関数
 
std::basic_spanbuf<CharT, Traits>* rdbuf() const noexcept;
(C++23から)

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

目次

[編集] パラメータ

(なし)

[編集] 戻り値

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

[編集]

[編集] 関連項目

関連付けられたストリームバッファを管理する
(std::basic_ios<CharT,Traits> の public メンバ関数) [編集]
English 日本語 中文(简体) 中文(繁體)