Same as the preceding overload for `const bsls::Types::Uint64 *values`.

Synopsis

Declared in <bslx_marshallingutil.h>

static
void
putArrayInt48(
    char* buffer,
    bsls::Types::Uint64 const* values,
    int numValues);

Parameters

Name

Description

buffer

destination buffer in network byte order

values

array of host‐order six‐byte integers to write

numValues

number of values to write

Created with MrDocs