[ Web Proxy ]
URL:
Viewing: https://cppreference.com/cpp/io/basic_osyncstream/rdbuf [Back]  [Original]

std::basic_osyncstream<CharT,Traits,Allocator>::rdbuf - cppreference.com
cppreference.com
Namespaces
Variants

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

From cppreference.com
 
 
 
 
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) [edit]
manages associated stream buffer
(public member function of std::basic_ios<CharT,Traits>) [edit]

Web Proxy Viewer  |  New URL  |  Original Page