std::basic_stringstream::rdbuf
From cppreference.com
                    
                                        
                    < cpp | io | basic stringstream
                    
                                                            
                    
|   std::basic_stringbuf<CharT, Traits, Allocator>* rdbuf() const; 
 | 
||
Returns pointer to the underlying raw string device object.
[edit] Parameters
(none)
[edit] Return value
pointer to the underlying raw string device.
[edit] Example
| This section is incomplete Reason: no example  |