table of contents
        
      
      
    | std::basic_ostringstream::rdbuf(3) | C++ Standard Libary | std::basic_ostringstream::rdbuf(3) | 
NAME¶
std::basic_ostringstream::rdbuf - std::basic_ostringstream::rdbuf
Synopsis¶
std::basic_stringbuf<CharT, Traits, Allocator>* rdbuf() const;
  
   Returns pointer to the underlying raw string device object.
Parameters¶
(none)
Return value¶
Pointer to the underlying raw string device.
Example¶
 This section is incomplete
  
   Reason: no example
| 2022.07.31 | http://cppreference.com |