std::basic_osyncstream<CharT,Traits,Allocator>::rdbuf

Returns a pointer to the underlying std::basic_syncbuf.

# Declarations

syncbuf_type* rdbuf() const noexcept;

# Example

This section is incompleteReason: no example

# See also