getArrayInt8 overloads

Synopses

Declared in <bslx_byteinstream.h>

Extract the next array of one‐byte signed integers into the specified variables.

ByteInStream&
getArrayInt8(
    char* variables,
    int numVariables);

Same as the related overload for signed char *variables.

ByteInStream&
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 one‐byte integers to extract

Created with MrDocs