Write an array of one-byte unsigned integers to this stream.
Declared in <bslx_testoutstream.h>
Write an array of one-byte unsigned integers to this stream.
TestOutStream&
putArrayUint8(
char const* values,
int numValues);
» more...
Write an array of one-byte unsigned integers to this stream.
TestOutStream&
putArrayUint8(
unsigned char const* values,
int numValues);
» more...
a reference to this stream
| Name | Description |
|---|---|
| values | array of values to write |
| numValues | number of leading entries in values to write |