Same as the related overload for const signed char *values.
Synopsis
Declared in <bslx_genericoutstream.h>
GenericOutStream<STREAMBUF>&
putArrayInt8(
signed char const* values,
int numValues);
Return Value
a reference to this stream
Parameters
Name |
Description |
values |
array of signed character values to write |
numValues |
number of values to write |
Created with MrDocs