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.
|
Extending the standard char_traits type with one that adds values and types that are unique to "C++ REST SDK" streams. More...
#include <astreambuf.h>
Static Public Member Functions | |
static std::char_traits< _CharType >::int_type | requires_async () |
Some synchronous functions will return this value if the operation requires an asynchronous call in a given situation. More... | |
Extending the standard char_traits type with one that adds values and types that are unique to "C++ REST SDK" streams.
_CharType | The data type of the basic element of the stream. |
|
inlinestatic |
Some synchronous functions will return this value if the operation requires an asynchronous call in a given situation.
int_type
value which implies that an asynchronous call is required.