std::basic_syncbuf<CharT,Traits,Allocator>::get_wrapped

Returns a pointer to the wrapped std::basic_streambuf.

# Declarations

streambuf_type* get_wrapped() const noexcept;

# Notes

This function is not expected to be called directly: it is called through std::basic_osyncstream::get_wrapped.

# Example

This section is incompleteReason: no example

# See also