名前空間
変種
操作

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

From cppreference.com
< cpp‎ | io‎ | basic fstream
 
 
 
 
std::basic_filebuf<CharT, Traits>* rdbuf() const;
(C++11以降)

基になる生のファイルデバイスオブジェクトへのポインタを返します。

[編集] パラメータ

(なし)

[編集] 戻り値

基になる生のファイルデバイスへのポインタ。

[編集]

English 日本語 中文(简体) 中文(繁體)