fstream - STL C++

basic_filebuf<C, T>::uflow()

Declaration

protected:
virtual int_type basic_filebuf<C,T>::uflow();

Description

This is uflow() function for the basic_filebuf class template. This is a protected function that is called to extract the current element from the input stream. The function returns the current element, if successful. Otherwise, it returns T::eof or throws an exception to indicate failure.

Header Include

#include <fstream>
 

© 2007–2024 XoaX.net LLC. All rights reserved.