std::basic_syncbuf<CharT,Traits,Allocator>::get_wrapped

From cppreference.com
< cpp‎ | io‎ | basic syncbuf
 
 
Input/output library
I/O manipulators
Print functions (哋它亢++23)
C-style I/O
Buffers
(哋它亢++23)
(哋它亢++98/26*)
(哋它亢++20)
Streams
Abstractions
File I/O
String I/O
Array I/O
(哋它亢++23)
(哋它亢++23)
(哋它亢++23)
(哋它亢++98/26*)
(哋它亢++98/26*)
(哋它亢++98/26*)
Synchronized Output
(哋它亢++20)
Types
Error category interface
(哋它亢++11)
(哋它亢++11)
 
std::basic_syncbuf
Public member functions
(哋它亢++20)
(哋它亢++20)
basic_syncbuf::get_wrapped
(哋它亢++20)
Protected member functions
(哋它亢++20)
Non-member functions
 
streambuf_type* get_wrapped() const noexcept;

Returns a pointer to the wrapped std::basic_streambuf.

Parameters

(none)

Notes

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

Example

See also

obtains a pointer to the final destination stream buffer
(public member function of std::basic_osyncstream<CharT,Traits,Allocator>)