BloombergLP::bslx::TestInStream::getArrayInt8

getArrayInt8 overloads

Synopses

Declared in <bslx_testinstream.h>

Consume the next 8-bit signed integer array into the specified variables.

TestInStream&
getArrayInt8(
    char* variables,
    int numVariables);
» more...

Same as the related overload for signed char *variables.

TestInStream&
getArrayInt8(
    signed char* variables,
    int numVariables);
» more...