BloombergLP::bslx::ByteInStream::getArrayUint8

getArrayUint8 overloads

Synopses

Declared in <bslx_byteinstream.h>

Extract the next array of one-byte unsigned integers into the specified variables.

ByteInStream&
getArrayUint8(
    char* variables,
    int numVariables);
» more...

Same as the related overload for unsigned char *variables.

ByteInStream&
getArrayUint8(
    unsigned char* variables,
    int numVariables);
» more...

Return Value

a reference to this stream

Parameters

NameDescription
variablesdestination array for the extracted values
numVariablesnumber of one-byte unsigned integers to extract