Namespaces
Variants
Views
Actions

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

From cppreference.com
< cpp‎ | io‎ | basic fstream
Revision as of 20:41, 31 May 2013 by P12bot (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 
 
 
 
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