putArrayInt16 overloads
Declared in <bslx_marshallingutil.h>
Load into the specified buffer the consecutive two-byte, two's complement integers (in network byte order) comprised of the least-significant two bytes of each of the specified numValues leading entries in the specified values (in host byte order). The behavior is undefined unless buffer has sufficient capacity, values has sufficient contents, and 0 <= numValues.
static
void
putArrayInt16(
char* buffer,
short const* values,
int numValues);
» more...
Same as the preceding overload for const unsigned short *values.
static
void
putArrayInt16(
char* buffer,
unsigned short const* values,
int numValues);
» more...