getArrayInt8 overloads
Declared in <bslx_genericinstream.h>
Extract the next array of one-byte signed integers into the specified variables.
GenericInStream<STREAMBUF>&
getArrayInt8(
char* variables,
int numVariables);
» more...
Same as the related overload for signed char *variables.
GenericInStream<STREAMBUF>&
getArrayInt8(
signed char* variables,
int numVariables);
» more...