Same as the preceding overload for const unsigned char *values.
Declared in <bslx_marshallingutil.h>
static
void
putArrayInt8(
char* buffer,
unsigned char const* values,
int numValues);
| Name | Description |
|---|---|
| buffer | destination buffer |
| values | array of host-order one-byte integers to write |
| numValues | number of values to write |