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

From cppreference.com
 
 
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_osyncstream
Public member functions
basic_osyncstream::rdbuf
(哋它亢++20)
 
syncbuf_type* rdbuf() const noexcept;

Returns a pointer to the underlying std::basic_syncbuf.

Parameters

(none)

Example

See also

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