Consume an array of one‐byte signed integers from this stream.
Synopsis
Declared in <bslx_testinstream.h>
TestInStream&
getArrayInt8(
signed char* variables,
int numVariables);
Return Value
a reference to this stream
Parameters
Name |
Description |
variables |
destination array for the extracted values |
numVariables |
number of values to extract |
Created with MrDocs