BloombergLP::bslx::MarshallingUtil::putArrayInt48

putArrayInt48 overloads

Synopses

Declared in <bslx_marshallingutil.h>

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

static
void
putArrayInt48(
    char* buffer,
    bsls::Types::Int64 const* values,
    int numValues);
» more...

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

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

Parameters

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