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

Synopsis

Declared in <bslx_marshallingutil.h>

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

Parameters

Name

Description

buffer

destination buffer in network byte order

values

array of host‐order two‐byte integers to write

numValues

number of values to write

Created with MrDocs