putArrayInt8 overloads

Synopses

Declared in <bslx_genericoutstream.h>

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

GenericOutStream<STREAMBUF>&
putArrayInt8(
    char const* values,
    int numValues);

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

GenericOutStream<STREAMBUF>&
putArrayInt8(
    signed char const* values,
    int numValues);

Created with MrDocs