Return an address providing modifiable access to the basic_syncbuf object that is internally used by this stream object to buffer unformatted characters.
Synopsis
Declared in <bslstl_osyncstream.h>
basic_osyncstream<CHAR, TRAITS, ALLOCATOR>::syncbuf_type*
rdbuf() const noexcept;
Return Value
address providing modifiable access to the internal basic_syncbuf
Created with MrDocs