Namespaces
Variants
Views
Actions

std::basic_osyncstream::rdbuf

From cppreference.com
syncbuf_type* rdbuf() const noexcept;

Returns a pointer to the underlying std::basic_syncbuf.

[edit] Parameters

(none)

[edit] Example

[edit] See also

obtains a pointer to the final destination stream buffer
(public member function) [edit]