BloombergLP::bslx::ByteOutStream::putArrayUint8

putArrayUint8 overloads

Synopses

Declared in <bslx_byteoutstream.h>

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

ByteOutStream&
putArrayUint8(
    char const* values,
    int numValues);
» more...

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

ByteOutStream&
putArrayUint8(
    unsigned char const* values,
    int numValues);
» more...