Return the wrapped buffer supplied at construction.
Synopsis
Declared in <bslstl_syncbuf.h>
basic_syncbuf<CHAR, TRAITS, ALLOCATOR>::streambuf_type*
get_wrapped() const noexcept;
Return Value
address of the wrapped stream buffer, or null
Created with MrDocs