putArrayInt32 overloads

Synopses

Declared in <bslx_marshallingutil.h>

Store consecutive four‐byte integers into the specified buffer.

static
void
putArrayInt32(
    char* buffer,
    int const* values,
    int numValues);

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

static
void
putArrayInt32(
    char* buffer,
    unsigned int const* values,
    int numValues);

Parameters

Name

Description

buffer

destination buffer in network byte order

values

array of host‐order four‐byte integers to write

numValues

number of values to write

Created with MrDocs