BloombergLP::bslx::MarshallingUtil::putArrayInt8

putArrayInt8 overloads

Synopses

Declared in <bslx_marshallingutil.h>

Store consecutive one-byte integers from the specified values into the specified buffer.

static
void
putArrayInt8(
    char* buffer,
    char const* values,
    int numValues);
» more...

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

static
void
putArrayInt8(
    char* buffer,
    signed char const* values,
    int numValues);
» more...

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

static
void
putArrayInt8(
    char* buffer,
    unsigned char const* values,
    int numValues);
» more...