BloombergLP::bslx::TestOutStream::putArrayInt8

putArrayInt8 overloads

Synopses

Declared in <bslx_testoutstream.h>

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

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

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

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