std::basic_ifstream<CharT,Traits>::rdbuf
Min standard notice:
Returns pointer to the underlying raw file device object.
# Declarations
std::basic_filebuf<CharT, Traits>* rdbuf() const;
(since C++11)
# Return value
Pointer to the underlying raw file device.
# Example
This section is incompleteReason: no example