Same as the related overload for signed char *variables.
Declared in <bslx_genericinstream.h>
GenericInStream<STREAMBUF>&
getArrayInt8(
signed char* variables,
int numVariables);
a reference to this stream
| Name | Description |
|---|---|
| variables | destination array for the extracted values |
| numVariables | number of one-byte integers to extract |