Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Stream buffer for file streams.
template<
typename _CharType
>
class file_buffer;
Parameters
- _CharType
The data type of the basic element of the file_buffer.
Members
Public Methods
Name |
Description |
---|---|
Overloaded. Open a new stream buffer representing the given file. |
Requirements
Header: filestream.h
Namespace: concurrency::streams