Consume an array of one-byte signed integers from this stream.
Declared in <bslx_testinstream.h>
Consume an array of one-byte signed integers from this stream.
TestInStream&
getArrayInt8(
char* variables,
int numVariables);
» more...
Consume an array of one-byte signed integers from this stream.
TestInStream&
getArrayInt8(
signed char* variables,
int numVariables);
» more...
a reference to this stream
| Name | Description |
|---|---|
| variables | destination array for the extracted values |
| numVariables | number of values to extract |