Go to the first, previous, next, last section, table of contents.

Reaching the underlying streambuf

Finally, you can use this method to access the underlying object:

Method: streambuf* ios::rdbuf () const
Return a pointer to the streambuf object that underlies this ios.


Go to the first, previous, next, last section, table of contents.