BloombergLP::bslx::MarshallingUtil::getArrayInt8

getArrayInt8 overloads

Synopses

Declared in <bslx_marshallingutil.h>

Load consecutive one-byte integers from the specified buffer into the specified variables.

static
void
getArrayInt8(
    char* variables,
    char const* buffer,
    int numVariables);
» more...

Same as the related overload for signed char *variables.

static
void
getArrayInt8(
    signed char* variables,
    char const* buffer,
    int numVariables);
» more...

Same as the related overload for unsigned char *variables.

static
void
getArrayInt8(
    unsigned char* variables,
    char const* buffer,
    int numVariables);
» more...