rdbuf
From C/C++ Reference
rdbuf
Syntax:
#include <sstream> stringbuf* rdbuf();
The rdbuf() function returns a pointer to the string buffer for the current string stream.
Related topics:
From C/C++ Reference
#include <sstream> stringbuf* rdbuf();
The rdbuf() function returns a pointer to the string buffer for the current string stream.