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

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

std::basic_ofstream<CharT,Traits>::rdbuf

From cppreference.com
 
 
 
 
std::basic_filebuf<CharT, Traits>* rdbuf() const;
(since C++11)

Returns pointer to the underlying raw file device object.

Parameters

(none)

Return value

Pointer to the underlying raw file device.

Example


Web Proxy Viewer  |  New URL  |  Original Page