std::basic_osyncstream<CharT,Traits,Allocator>::rdbuf
Min standard notice:
Returns a pointer to the underlying std::basic_syncbuf.
# Declarations
syncbuf_type* rdbuf() const noexcept;
# Example
This section is incompleteReason: no example
Returns a pointer to the underlying std::basic_syncbuf.
syncbuf_type* rdbuf() const noexcept;
This section is incompleteReason: no example