Scroll to navigation

std::basic_ifstream::rdbuf(3) C++ Standard Libary std::basic_ifstream::rdbuf(3)

NAME

std::basic_ifstream::rdbuf - std::basic_ifstream::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

2022.07.31 http://cppreference.com