std::basic_fstream<CharT,Traits>::rdbuf (3) - Linux Manuals

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

NAME

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

Synopsis


std::basic_filebuf<CharT, Traits>* rdbuf() const; (since C++11)


Returns pointer to the underlying raw file device object.

Parameters


(none)

Return value


Pointer to the underlying raw file device.

Example


 This section is incomplete
 Reason: no example