The GNU C++ Iostream Library - Streambuf from Ios
Node: Streambuf from Ios
Prev: Synchronization
Up: Ios
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
.
Up: Ios