streambuf_type* get_wrapped() const noexcept; |
Returns a pointer to the wrapped std::basic_streambuf
.
(none).
This function is not expected to be called directly: it is called through std::basic_osyncstream::get_wrapped
.
obtains a pointer to the final destination stream buffer (public member function of std::basic_osyncstream<CharT,Traits,Allocator> ) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/io/basic_syncbuf/get_wrapped