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.
Public Types | Static Public Member Functions | List of all members
Concurrency::streams::char_traits< unsigned char > Struct Template Reference
Inheritance diagram for Concurrency::streams::char_traits< unsigned char >:

Public Types

typedef unsigned char char_type
 

Static Public Member Functions

static size_t length (const unsigned char *str)
 
static void assign (unsigned char &left, const unsigned char &right)
 
static unsigned char * assign (unsigned char *left, size_t n, unsigned char value)
 
static unsigned char * copy (unsigned char *left, const unsigned char *right, size_t n)
 
static unsigned char * move (unsigned char *left, const unsigned char *right, size_t n)
 
static int_type requires_async ()
 

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