BloombergLP::bslx::TestOutStream::putArrayUint8

Write an array of one-byte unsigned integers to this stream.

Synopsis

Declared in <bslx_testoutstream.h>

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

Return Value

a reference to this stream

Parameters

NameDescription
valuesarray of values to write
numValuesnumber of leading entries in values to write