Write an array of one‐byte signed integers to this stream.

Synopses

Declared in <bslx_testoutstream.h>

Write an array of one‐byte signed integers to this stream.

TestOutStream&
putArrayInt8(
    char const* values,
    int numValues);

Write an array of one‐byte signed integers to this stream.

TestOutStream&
putArrayInt8(
    signed char const* values,
    int numValues);

Return Value

a reference to this stream

Parameters

Name

Description

values

array of values to write

numValues

number of leading entries in values to write

Created with MrDocs