Namespaces
Variants
Views
Actions

std::basic_syncbuf::get_wrapped

From cppreference.com
< cpp‎ | io‎ | basic syncbuf
streambuf_type* get_wrapped() const noexcept;

Returns a pointer to the wrapped std::basic_streambuf.

Contents

[edit] Parameters

(none)

[edit] Notes

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

[edit] Example

[edit] See also

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