Write an array of one-byte signed integers to this stream.
Declared in <bslx_testoutstream.h>
TestOutStream&
putArrayInt8(
signed char const* values,
int numValues);
a reference to this stream
| Name | Description |
|---|---|
| values | array of values to write |
| numValues | number of leading entries in values to write |