Same as the preceding overload for const unsigned char *values.

Synopsis

Declared in <bslx_marshallingutil.h>

static
void
putArrayInt8(
    char* buffer,
    unsigned char const* values,
    int numValues);

Parameters

Name

Description

buffer

destination buffer

values

array of host‐order one‐byte integers to write

numValues

number of values to write

Created with MrDocs