std::basic_osyncstream<CharT,Traits,Allocator>::rdbuf (3) - Linux Manuals

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

NAME

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

Synopsis


syncbuf_type* rdbuf() const noexcept;


Returns a pointer to the underlying std::basic_syncbuf.

Parameters


(none)

Example


 This section is incomplete
 Reason: no example

See also


            obtains a pointer to the final destination stream buffer
get_wrapped (public member function)