Share via


ifstream::rdbuf

filebuf* rdbuf() const;

Return Value

Returns a pointer to the filebuf buffer object that is associated with this stream. (This is not the character buffer; the filebuf object contains a pointer to the character area.)

ifstream OverviewInput Stream Classes