BloombergLP::bslx::TestInStream::getArrayUint8

Consume an array of one-byte unsigned integers from this stream.

Synopsis

Declared in <bslx_testinstream.h>

TestInStream&
getArrayUint8(
    unsigned char* variables,
    int numVariables);

Return Value

a reference to this stream

Parameters

NameDescription
variablesdestination array for the extracted values
numVariablesnumber of values to extract