C++ Rest SDK
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
|
Stream buffer for file streams. More...
#include <filestream.h>
Static Public Member Functions | |
static pplx::task< streambuf< _CharType > > | open (const utility::string_t &file_name, std::ios_base::openmode mode=std::ios_base::out, int prot=0) |
Open a new stream buffer representing the given file. More... | |
Stream buffer for file streams.
_CharType | The data type of the basic element of the file_buffer . |
|
inlinestatic |
Open a new stream buffer representing the given file.
file_name | The name of the file |
mode | The opening mode of the file |
prot | The file protection mode |
task
that returns an opened stream buffer on completion.