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.
Static Public Member Functions | List of all members
Concurrency::streams::char_traits< _CharType > Struct Template Reference

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>

Inheritance diagram for Concurrency::streams::char_traits< _CharType >:

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...
 

Detailed Description

template<typename _CharType>
struct Concurrency::streams::char_traits< _CharType >

Extending the standard char_traits type with one that adds values and types that are unique to "C++ REST SDK" streams.

Template Parameters
_CharTypeThe data type of the basic element of the stream.

Member Function Documentation

template<typename _CharType >
static std::char_traits<_CharType>::int_type Concurrency::streams::char_traits< _CharType >::requires_async ( )
inlinestatic

Some synchronous functions will return this value if the operation requires an asynchronous call in a given situation.

Returns
An int_type value which implies that an asynchronous call is required.

The documentation for this struct was generated from the following file: