putArrayInt8 overloads

Synopses

Declared in <bslx_byteoutstream.h>

Write an array of one‐byte signed integers from the specified values to this stream.

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

Same as the related overload for const signed char *values.

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

Return Value

a reference to this stream

Parameters

Name

Description

values

array of character values to write

numValues

number of values to write

Created with MrDocs