BloombergLP::bslx::MarshallingUtil::putArrayInt24

putArrayInt24 overloads

Synopses

Declared in <bslx_marshallingutil.h>

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

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

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

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

Parameters

NameDescription
bufferdestination buffer in network byte order
valuesarray of host-order three-byte integers to write
numValuesnumber of values to write